Skip to content

Commit 3622a30

Browse files
committed
Minor changes in README.md
1 parent 857bb53 commit 3622a30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)