I'm trying to figure out a way to copy all files/folders from a GitHub repro to an AWS S3 bucket using Terraform.
I came across the github_repository_file data source, but I believe it is limited to a single file vs multiple files and directories.
Thank you in advance!