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 9167001 commit 822c388Copy full SHA for 822c388
examples/localdns_config/outputs.tf
@@ -1,11 +1,11 @@
1
output "aks_cluster_name" {
2
description = "Name of the AKS cluster"
3
- value = module.aks.cluster_name
+ value = module.aks.aks_name
4
}
5
6
output "aks_cluster_id" {
7
description = "ID of the AKS cluster"
8
- value = module.aks.cluster_id
+ value = module.aks.aks_id
9
10
11
output "cluster_ca_certificate" {
0 commit comments