terraform-aws-modules / terraform-aws-s3-bucket

Terraform module to create AWS S3 resources 🇺🇦

Home Page:https://registry.terraform.io/modules/terraform-aws-modules/s3-bucket/aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update existing bucket using this module

Sandy1438 opened this issue · comments

s3 source bucket is already existing in aws.
Now I want to use this module to update the replication rules on it as well as create new replica bucket to achieve s3 bucket replication. Is it possible to achieve this using this replication module?

Yes, it is possible. You will need to import the S3 bucket using terraform import and then customize replication configuration in module block.

If you have questions about terraform import or generic Terraform question, please ask on discuss.hashicorp.com.

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.