Difference between revisions of "Terraform resource: aws s3 bucket"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
* [[AWS S3 replication|Replication]]: <code>[[replication_configuration]]</code> | * [[AWS S3 replication|Replication]]: <code>[[replication_configuration]]</code> | ||
* [[Terraform resource: aws s3 bucket server side encryption configuration]] | * [[Terraform resource: aws s3 bucket server side encryption configuration]] | ||
− | |||
− | |||
− | |||
== Related == | == Related == |
Revision as of 10:49, 1 March 2022
resource "aws_s3_bucket" "my-resource-bucket" { bucket = "my-tf-test-bucket" tags = { Name = "My bucket" Environment = "Dev" } }
Arguments
versioning
:aws_s3_versioning
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_versioninglogging
- Lifecycle:
lifecycle_rule
. Resource:aws_s3_bucket_lifecycle_configuration
- Replication:
replication_configuration
- Terraform resource: aws s3 bucket server side encryption configuration
Related
See also
- AWS S3:
aws s3control
.aws s3
[cp | ls
|sync | presing
|mb | rm | rb
] - Terraform s3 resources:
aws_s3_bucket
,aws_s3_bucket_lifecycle_configuration
,aws_s3control_bucket_lifecycle_configuration
,aws_s3 bucket_notification, aws_s3_bucket_website_configuration, aws_s3_bucket_versioning
- Terraform AWS resources: IAM, Net, EC2, ECS, ECR, S3, Route53, ACM, CloudWatch, CloudFront SES, RDS, DLM
Advertising: