Back to AWS Terraform templates index <–
Amazon S3 Bucket Object
Provides Amazon S3 Object Bucket.
Template Locations
Online documentation
Template reference
Service description
Related AWS Resources
| Resource | Description | Automation |
|---|
module "aws_s3_bucket_object" {
bucket = "s3-bucket_console_name"
key = "object_key"
source = "path/to/file"
etag = filemd5("path/to/file")
}