Skip to content

Commit

Permalink
Cluster_id added in output file
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakttn committed Apr 22, 2024
1 parent 566050a commit f217014
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ output "cluster_name" {
value = azurerm_kubernetes_cluster.aks_cluster.name
}

output "cluster_id" {
description = "Describe the Cluster ID"
value = azurerm_kubernetes_cluster.aks_cluster.id
}

0 comments on commit f217014

Please sign in to comment.