Skip to content

Commit 4585c97

Browse files
committed
Update module references
1 parent 9a5b3d4 commit 4585c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/test/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ module "base-network" {
1010

1111
module "cluster" {
1212
source = "cn-terraform/ecs-cluster/aws"
13-
version = "1.0.6"
13+
version = "1.0.7"
1414
name = "test-cluster"
1515
}
1616

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

0 commit comments

Comments
 (0)