File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ Check valid versions on:
1212
1313 module "ecs-fargate":
1414 source = "jnonino/ecs-fargate/aws"
15- version = "2.0.3 "
15+ version = "2.0.4 "
1616 name_preffix = var.name_preffix
1717 profile = var.profile
1818 region = var.region
1919 vpc_id = module.networking.vpc_id
20- availability_zones = var .availability_zones
20+ availability_zones = module.networking .availability_zones
2121 public_subnets_ids = module.networking.public_subnets_ids
2222 private_subnets_ids = module.networking.private_subnets_ids
2323 container_name = "${var.name_preffix}-sonar"
@@ -39,7 +39,7 @@ The networking module should look like this:
3939
4040 module "networking" {
4141 source = "jnonino/networking/aws"
42- version = "2.0.2 "
42+ version = "2.0.3 "
4343 name_preffix = "base"
4444 profile = "aws_profile"
4545 region = "us-east-1"
You can’t perform that action at this time.
0 commit comments