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 d6c8a90 commit 424748dCopy full SHA for 424748d
main.tf
@@ -9,7 +9,7 @@ module "ecs-alb" {
9
vpc_id = var.vpc_id
10
11
# S3 Bucket
12
- block_s3_bucket_public_access = var.block_s3_bucket_public_access
+ block_s3_bucket_public_access = var.block_s3_bucket_public_access
13
14
# Application Load Balancer
15
internal = var.lb_internal
0 commit comments