We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857c276 commit 64bfff6Copy full SHA for 64bfff6
replica.tf
@@ -303,5 +303,5 @@ resource "aws_s3_bucket_replication_configuration" "state" {
303
304
# Versioning can't be disabled when the replication configuration exists.
305
# https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication-and-other-bucket-configs.html#replication-and-versioning
306
- depends_on = [aws_s3_bucket_versioning.state]
+ depends_on = [aws_s3_bucket_versioning.state, aws_s3_bucket_versioning.replica]
307
}
0 commit comments