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 4f754ae commit 40ba599Copy full SHA for 40ba599
outputs.tf
@@ -66,4 +66,8 @@ output "public_outbound_ips" {
66
output "managed_identity_object_id" {
67
value = azurerm_kubernetes_cluster.k8s.identity[0].principal_id
68
description = "The object ID of the service principal of the managed identity of the AKS"
69
-}
+}
70
+
71
+output "node_count" {
72
+ value = var.node_count
73
0 commit comments