We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5036cfd commit c868db0Copy full SHA for c868db0
examples/test/main.tf
@@ -16,7 +16,7 @@ module "base-network" {
16
17
module "td" {
18
source = "cn-terraform/ecs-fargate-task-definition/aws"
19
- version = "1.0.18"
+ version = "1.0.20"
20
name_prefix = "test-td"
21
container_image = "ubuntu"
22
container_name = "test"
0 commit comments