Using Terraform to copy website files/folders from GitHub repo to AWS S3

Viewed 37

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!

0 Answers
Related