issues
search
cloudposse
/
terraform-aws-tfstate-backend
Terraform module that provision an S3 bucket to store the `terraform.tfstate` file and a DynamoDB table to lock the state file to prevent concurrent modifications and state corruption.
https://cloudposse.com/accelerate
Apache License 2.0
408
stars
177
forks
source link
Adding supporting for s3 bucket replication
#66
Closed
danjbh
closed
4 years ago
danjbh
commented
4 years ago
what
Adding support for BYOB (Bring-Your-Own-Bucket) S3 replication
To use this new future, just set
s3_enable_replication
to
true
, and provide a destination s3 bucket arn in
s3_replica_bucket_arn
Updating documentation w/ example
why
Allows the user to replicate state to another s3 bucket (e.g. in another region)
danjbh
commented
4 years ago
/test all
danjbh
commented
4 years ago
/test all
danjbh
commented
4 years ago
/test all
what
s3_enable_replication
totrue
, and provide a destination s3 bucket arn ins3_replica_bucket_arn
why