Skip to content

Commit 40ba599

Browse files
committed
feat: use input parameter node_count as output parameter
1 parent 4f754ae commit 40ba599

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

outputs.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,8 @@ output "public_outbound_ips" {
6666
output "managed_identity_object_id" {
6767
value = azurerm_kubernetes_cluster.k8s.identity[0].principal_id
6868
description = "The object ID of the service principal of the managed identity of the AKS"
69-
}
69+
}
70+
71+
output "node_count" {
72+
value = var.node_count
73+
}

0 commit comments

Comments
 (0)