Update terraform.tf

This commit is contained in:
2022-09-25 14:12:45 +00:00
parent e81b6d3d0c
commit 7e4e008f30

View File

@@ -40,7 +40,7 @@ resource "null_resource" "copy-inventory" {
}
provider "kubernetes" {
config_path = local_file.kubeconfig.filename
config_path = "config"
}
resource "kubernetes_namespace" "argocd" {