Skip to content

Commit 7305ee2

Browse files
committed
changing array syntax
1 parent bd27b46 commit 7305ee2

File tree

1 file changed

+1
-1
lines changed
  • quickstart/201-k8s-cluster-with-tf-and-aks

1 file changed

+1
-1
lines changed

quickstart/201-k8s-cluster-with-tf-and-aks/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ output "kube_config" {
3333
}
3434

3535
output "host" {
36-
value = azurerm_kubernetes_cluster.k8s.kube_config.0.host
36+
value = azurerm_kubernetes_cluster.k8s.kube_config[0].host
3737
sensitive = true
3838
}
3939

0 commit comments

Comments
 (0)