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 265ecbf commit 11821d3Copy full SHA for 11821d3
README.md
@@ -17,7 +17,7 @@ Check versions for this module on:
17
18
module "td" {
19
source = "cn-terraform/ecs-fargate-task-definition/aws"
20
- version = "1.0.7"
+ version = "1.0.8"
21
name_preffix = var.name_preffix
22
profile = var.profile
23
region = var.region
outputs.tf
@@ -47,4 +47,7 @@ output "container_port" {
47
description = "Port on which the container is listening"
48
value = var.container_port
49
}
50
-
+output "container_name" {
51
+ description = "Name of the container"
52
+ value = var.container_name
53
+}
0 commit comments