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 318c6bc commit 0fbb11cCopy full SHA for 0fbb11c
README.md
@@ -70,7 +70,7 @@ Check the section "Other modules that you may need to use this module" for detai
70
The networking module should look like this:
71
72
module "networking" {
73
- source = "jnonino/networking/aws"
+ source = "jnonino/networking/aws"
74
version = "2.0.3"
75
name_preffix = var.name_preffix
76
profile = var.profile
@@ -102,7 +102,7 @@ Check versions for this module on:
102
The task definition module should like this:
103
104
module "td" {
105
- source = "jnonino/ecs-fargate-task-definition/aws"
+ source = "jnonino/ecs-fargate-task-definition/aws"
106
version = "1.0.0"
107
108
0 commit comments