Skip to content

Commit 822c388

Browse files
committed
update
1 parent 9167001 commit 822c388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/localdns_config/outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
output "aks_cluster_name" {
22
description = "Name of the AKS cluster"
3-
value = module.aks.cluster_name
3+
value = module.aks.aks_name
44
}
55

66
output "aks_cluster_id" {
77
description = "ID of the AKS cluster"
8-
value = module.aks.cluster_id
8+
value = module.aks.aks_id
99
}
1010

1111
output "cluster_ca_certificate" {

0 commit comments

Comments
 (0)