Update terraform.tf, variables.tf, .gitignore

This commit is contained in:
2022-09-25 11:59:05 +00:00
parent 5f3a9fa7d5
commit 4cae99f85f
3 changed files with 4 additions and 5 deletions

View File

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