Skip to content

Commit 1655307

Browse files
committed
Updating task definition module
1 parent 41e2f95 commit 1655307

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
@@ -29,7 +29,7 @@ module "load_balancer" {
2929

3030
module "td" {
3131
source = "cn-terraform/ecs-fargate-task-definition/aws"
32-
version = "1.0.15"
32+
version = "1.0.16"
3333
name_prefix = "test-td"
3434
container_image = "ubuntu"
3535
container_name = "test"

0 commit comments

Comments
 (0)