Update terraform.tf
This commit is contained in:
@@ -34,8 +34,8 @@ resource "linode_lke_cluster" "foobar" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
provider "kubectl" {
|
provider "kubectl" {
|
||||||
config_path = "kubeconfig"
|
config_path = "kube-config"
|
||||||
load_config_file = true
|
load_config_file = true
|
||||||
}
|
}
|
||||||
|
|
||||||
data "kubectl_file_documents" "namespace" {
|
data "kubectl_file_documents" "namespace" {
|
||||||
|
|||||||
Reference in New Issue
Block a user