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 f0dfd1b commit c5bd347Copy full SHA for c5bd347
examples/test/main.tf
@@ -20,7 +20,7 @@ module "cluster" {
20
21
module "td" {
22
source = "cn-terraform/ecs-fargate-task-definition/aws"
23
- version = "1.0.15"
+ version = "1.0.16"
24
name_prefix = "test-td"
25
container_image = "ubuntu"
26
container_name = "test"
0 commit comments