Skip to content

Instantly share code, notes, and snippets.

@shar1z
Created December 21, 2022 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shar1z/8e3c0b6babbb03b5e0d6925100706483 to your computer and use it in GitHub Desktop.
Save shar1z/8e3c0b6babbb03b5e0d6925100706483 to your computer and use it in GitHub Desktop.
module "terraform-aws-s3-bucket" {
source = "github.com/terraform-aws-modules/terraform-aws-s3-bucket"
object_lock_enabled = false
bucket = "<BUCKET_NAME>"
}
These resources are listed in the module but not in the dependencies
(hence will be created in the next terraform apply):
# aws_s3_bucket_logging
# aws_s3_bucket_acl
# aws_s3_bucket_website_configuration
# aws_s3_bucket_versioning
# aws_s3_bucket_server_side_encryption_configuration
# aws_s3_bucket_accelerate_configuration
# aws_s3_bucket_request_payment_configuration
# aws_s3_bucket_cors_configuration
# aws_s3_bucket_lifecycle_configuration
# aws_s3_bucket_object_lock_configuration
# aws_s3_bucket_replication_configuration
# aws_s3_bucket_policy
# aws_s3_bucket_public_access_block
# aws_s3_bucket_ownership_controls
# aws_s3_bucket_intelligent_tiering_configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment