changing array syntax

This commit is contained in:
Tom Archer 2022-08-28 23:45:08 -07:00
parent bd27b46fdc
commit 7305ee2a26

View File

@ -33,7 +33,7 @@ output "kube_config" {
} }
output "host" { output "host" {
value = azurerm_kubernetes_cluster.k8s.kube_config.0.host value = azurerm_kubernetes_cluster.k8s.kube_config[0].host
sensitive = true sensitive = true
} }