Update terraform.tf

This commit is contained in:
2022-09-25 01:54:13 +00:00
parent cab6ab3b9b
commit 61932f0d4d

View File

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