Improve this page

Back to AWS Terraform templates index <–

upload objects to S3 bucket

Upload file to S3 bucket by the Sogeti community

Template Locations

Online documentation

Template reference
Service description

```terraform module “aws_s3_object”{ files_to_upload = { “main.tf” = “main.tf” “output.tf” = “output.tf” } s3_bucket_name = “cloud-temp-aws” }