File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments