Update output.tf, terraform.tf

This commit is contained in:
2022-09-25 01:40:00 +00:00
parent ff5a0e5a67
commit cab6ab3b9b
2 changed files with 2 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ resource "linode_lke_cluster" "foobar" {
}
provider "kubectl" {
config_path = "./kube-config"
config_path = "./"
load_config_file = true
}