Skip to content

Commit

Permalink
Output the cluster_fqdn
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 6, 2023
1 parent ee66c7d commit 3974354
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ output "security_group_all_worker_mgmt_id" {
value = aws_security_group.all_worker_mgmt.id
}

output "cluster_fqdn" {
description = "The cluster_name.domain"
value = format("%v.%v", var.cluster_name, var.domain)
}

################################################################################
# IRSA Roles Created
################################################################################
Expand Down

0 comments on commit 3974354

Please sign in to comment.