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 deaef49 commit 7159262Copy full SHA for 7159262
terraform/core/46-mwaa-bucket-kms.tf
@@ -108,8 +108,7 @@ resource "aws_s3_bucket_server_side_encryption_configuration" "mwaa_etl_scripts_
108
}
109
110
111
-
112
-resource "aws_s3_bucket_public_access_block" "mwaa_bucket_block" {
+resource "aws_s3_bucket_public_access_block" "mwaa_etl_scripts_bucket_block" {
113
bucket = aws_s3_bucket.mwaa_etl_scripts_bucket.id
114
115
block_public_acls = true
0 commit comments