We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf595d commit 53388edCopy full SHA for 53388ed
main.tf
@@ -1148,6 +1148,7 @@ resource "aws_s3_bucket_public_access_block" "this" {
1148
block_public_policy = var.block_public_policy
1149
ignore_public_acls = var.ignore_public_acls
1150
restrict_public_buckets = var.restrict_public_buckets
1151
+ skip_destroy = true
1152
}
1153
1154
resource "aws_s3_bucket_ownership_controls" "this" {
0 commit comments