Difference between revisions of "Terraform resource: aws s3 bucket"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
* <code>[[logging]]</code> | * <code>[[logging]]</code> | ||
* [[AWS S3 lifecycle|Lifecycle]]: <code>[[lifecycle_rule]]</code> | * [[AWS S3 lifecycle|Lifecycle]]: <code>[[lifecycle_rule]]</code> | ||
− | * [[Replication]]: <code>[[replication_configuration]]</code> | + | * [[AWS S3 replication|Replication]]: <code>[[replication_configuration]]</code> |
== Related == | == Related == |
Revision as of 01:23, 15 February 2022
resource "aws_s3_bucket" "my-resource-bucket" { bucket = "my-tf-test-bucket" tags = { Name = "My bucket" Environment = "Dev" } }
Arguments
versioning
: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket#versioninglogging
- Lifecycle:
lifecycle_rule
- Replication:
replication_configuration
Related
See also
Advertising: