Skip to content

Commit 0fbb11c

Browse files
authored
Update README.md
1 parent 318c6bc commit 0fbb11c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Check the section "Other modules that you may need to use this module" for detai
7070
The networking module should look like this:
7171

7272
module "networking" {
73-
source = "jnonino/networking/aws"
73+
source = "jnonino/networking/aws"
7474
version = "2.0.3"
7575
name_preffix = var.name_preffix
7676
profile = var.profile
@@ -102,7 +102,7 @@ Check versions for this module on:
102102
The task definition module should like this:
103103

104104
module "td" {
105-
source = "jnonino/ecs-fargate-task-definition/aws"
105+
source = "jnonino/ecs-fargate-task-definition/aws"
106106
version = "1.0.0"
107107
name_preffix = var.name_preffix
108108
profile = var.profile

0 commit comments

Comments
 (0)