Added output

This commit is contained in:
Tom Archer 2024-07-10 09:20:14 -07:00
parent 84022f9adf
commit e442bda05b

View File

@ -1,3 +1,7 @@
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "aks_cluster_name" {
value = azurerm_kubernetes_cluster.aks.name
}