Update main.tf
This commit is contained in:
6
main.tf
6
main.tf
@@ -57,10 +57,8 @@ output "pool" {
|
|||||||
|
|
||||||
|
|
||||||
provider "kubectl" {
|
provider "kubectl" {
|
||||||
host = linode_lke_cluster.foobar.endpoint
|
config_path = linode_lke_cluster.foobar.kubeconfig
|
||||||
cluster_ca_certificate = linode_lke_cluster.foobar.cluster_ca_certificate
|
load_config_file = true
|
||||||
token = linode_lke_cluster.foobar.token
|
|
||||||
load_config_file = false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
data "kubectl_file_documents" "namespace" {
|
data "kubectl_file_documents" "namespace" {
|
||||||
|
|||||||
Reference in New Issue
Block a user