File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/generators/addons/aws/modules Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ const albModuleContent = dedent`
4141 module "alb" {
4242 source = "../modules/alb"
4343
44- vpc_id = module.vpc.vpc_id
45- env_namespace = local.env_namespace
46- app_port = var.app_port
47- subnet_ids = module.vpc.public_subnet_ids
48- security_group_ids = module.security_group.alb_security_group_ids
49- health_check_path = var.health_check_path
44+ vpc_id = module.vpc.vpc_id
45+ env_namespace = local.env_namespace
46+ app_port = var.app_port
47+ subnet_ids = module.vpc.public_subnet_ids
48+ security_group_ids = module.security_group.alb_security_group_ids
49+ health_check_path = var.health_check_path
5050 bucket_access_log_name = module.s3_access_log.aws_s3_bucket_name
5151 }
52-
52+
5353 module "s3_bucket_access_log_policy" {
5454 source = "../modules/s3BucketPolicy"
5555
You can’t perform that action at this time.
0 commit comments