Skip to content

Commit 94acfc9

Browse files
committed
Updating README
1 parent 87e0e5a commit 94acfc9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Check versions for this module on:
1616
* Terraform Module Registry: <https://registry.terraform.io/modules/cn-terraform/ecs-fargate-task-definition/aws>
1717

1818
module "td" {
19-
source = "cn-terraform/ecs-fargate-task-definition/aws"
20-
version = "1.0.5"
21-
name_preffix = var.name_preffix
22-
profile = var.profile
23-
region = var.region
24-
container_name = "${var.name_preffix}-<NAME>"
25-
container_image = "<IMAGE_NAME>:<IMAGE_TAG>"
26-
container_port = <PORT>
27-
}
19+
source = "cn-terraform/ecs-fargate-task-definition/aws"
20+
version = "1.0.5"
21+
name_preffix = var.name_preffix
22+
profile = var.profile
23+
region = var.region
24+
container_name = "${var.name_preffix}-<NAME>"
25+
container_image = "<IMAGE_NAME>:<IMAGE_TAG>"
26+
container_port = <PORT>
27+
}
2828

2929
## Input values
3030

0 commit comments

Comments
 (0)