Skip to content

Commit 11821d3

Browse files
committed
Updating outputs
1 parent 265ecbf commit 11821d3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Check versions for this module on:
1717

1818
module "td" {
1919
source = "cn-terraform/ecs-fargate-task-definition/aws"
20-
version = "1.0.7"
20+
version = "1.0.8"
2121
name_preffix = var.name_preffix
2222
profile = var.profile
2323
region = var.region

outputs.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ output "container_port" {
4747
description = "Port on which the container is listening"
4848
value = var.container_port
4949
}
50-
50+
output "container_name" {
51+
description = "Name of the container"
52+
value = var.container_name
53+
}

0 commit comments

Comments
 (0)