Replaced terraform with kubectl calls

This commit is contained in:
2021-02-27 15:07:41 +00:00
parent d1e34ddba0
commit 030386cc6a
4 changed files with 15 additions and 38 deletions

View File

@@ -14,12 +14,3 @@ provider "helm" {
)
}
}
provider "kubectl" {
load_config_file = false
host = scaleway_k8s_cluster_beta.k8s-cluster.kubeconfig[0].host
token = scaleway_k8s_cluster_beta.k8s-cluster.kubeconfig[0].token
cluster_ca_certificate = base64decode(
scaleway_k8s_cluster_beta.k8s-cluster.kubeconfig[0].cluster_ca_certificate
)
}