Skip to content

Commit a84ce4c

Browse files
committed
Updating task definition module
1 parent cd435cf commit a84ce4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module "cluster" {
1616

1717
module "td" {
1818
source = "cn-terraform/ecs-fargate-task-definition/aws"
19-
version = "1.0.16"
19+
version = "1.0.17"
2020
name_prefix = "test-td"
2121
container_image = "ubuntu"
2222
container_name = "test"

0 commit comments

Comments
 (0)