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 ff8d1b7 commit 4e6863eCopy full SHA for 4e6863e
README.md
@@ -11,15 +11,15 @@ Check versions for this module on:
11
* Terraform Module Registry: <https://registry.terraform.io/modules/jnonino/ecs-fargate-task-definition/aws>
12
13
module "td" {
14
- source = "jnonino/ecs-fargate-task-definition/aws"
+ source = "jnonino/ecs-fargate-task-definition/aws"
15
version = "1.0.2"
16
name_preffix = var.name_preffix
17
profile = var.profile
18
region = var.region
19
container_name = "${var.name_preffix}-<NAME>"
20
container_image = "<IMAGE_NAME>:<IMAGE_TAG>"
21
container_port = <PORT>
22
- }
+ }
23
24
## Input values
25
0 commit comments