changing array syntax
This commit is contained in:
parent
bd27b46fdc
commit
7305ee2a26
@ -33,7 +33,7 @@ output "kube_config" {
|
||||
}
|
||||
|
||||
output "host" {
|
||||
value = azurerm_kubernetes_cluster.k8s.kube_config.0.host
|
||||
value = azurerm_kubernetes_cluster.k8s.kube_config[0].host
|
||||
sensitive = true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user