We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b568ba commit c5e743eCopy full SHA for c5e743e
_examples/aks/aks-cluster/main.tf
@@ -26,7 +26,7 @@ resource "azurerm_kubernetes_cluster" "test" {
26
27
resource "local_file" "kubeconfig" {
28
content = azurerm_kubernetes_cluster.test.kube_config_raw
29
- filename = "${path.module}/kubeconfig"
+ filename = "${path.root}/kubeconfig"
30
}
31
32
resource "azurerm_managed_disk" "test" {
0 commit comments