Update terraform.tf
This commit is contained in:
@@ -45,7 +45,7 @@ resource "null_resource" "copy-inventory" {
|
||||
provisioner "local-exec" {
|
||||
command = "echo ${linode_lke_cluster.foobar.kubeconfig} | base64 -d >> config"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
provider "kubernetes" {
|
||||
config_path = "config"
|
||||
|
||||
Reference in New Issue
Block a user