Skip to content

Commit c5e743e

Browse files
committed
fix kubeconfig path
1 parent 3b568ba commit c5e743e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/aks/aks-cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "azurerm_kubernetes_cluster" "test" {
2626

2727
resource "local_file" "kubeconfig" {
2828
content = azurerm_kubernetes_cluster.test.kube_config_raw
29-
filename = "${path.module}/kubeconfig"
29+
filename = "${path.root}/kubeconfig"
3030
}
3131

3232
resource "azurerm_managed_disk" "test" {

0 commit comments

Comments
 (0)