Difference between revisions of "Terraform resource: aws s3 bucket"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
* [[Official aws cloudfront distribution example]] | * [[Official aws cloudfront distribution example]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Messages == | == Messages == |
Revision as of 14:34, 21 June 2023
Contents
Examples
resource "aws_s3_bucket" "my-resource-bucket" { bucket = "my-tf-test-bucket" tags = { Name = "My bucket" Environment = "Dev" } }
Messages
Error: creating Amazon S3 (Simple Storage) Bucket (yourbucketname): bucket already exists
# aws_s3_bucket.your_bucket has moved to aws_s3_bucket.your_bucket[0]
Related
- Terraform resource: aws_s3_bucket_versioning
aws_s3_bucket_notification
aws_s3_bucket_inventory
aws_s3_bucket_lifecycle_configuration
aws_s3control_bucket_lifecycle_configuration
aws_s3_object
- Terraform data source: aws_s3_bucket
See also
Advertising: