Skip to content

Commit

Permalink
output private_dns_namespace arn
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Feb 1, 2024
1 parent ed26f60 commit 62e46cb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cluster/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
output "ecs_cluster_arn" {
value = module.ecs_cluster.arn
}

output "ecs_cluster_name" {
value = module.ecs_cluster.name
}

output "ecs_cluster_id" {
value = module.ecs_cluster.id
}

output "cluster_private_dns_namespace_arn" {
value = aws_service_discovery_private_dns_namespace.this[0].arn
}

0 comments on commit 62e46cb

Please sign in to comment.