Initial put

This commit is contained in:
Tom Archer
2024-10-08 12:00:04 -07:00
parent 107a79c353
commit 7a5a0062e4
4 changed files with 132 additions and 0 deletions

View File

@ -0,0 +1,11 @@
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "aks_cluster_name" {
value = azurerm_kubernetes_cluster.aks.name
}
output "aks_extended_zone" {
value = azurerm_kubernetes_cluster.aks.edge_zone
}