add git-crypt terraform
This commit is contained in:
parent
53fa7b58d2
commit
c01eed321d
10 changed files with 112 additions and 54 deletions
4
main.tf
4
main.tf
|
|
@ -44,12 +44,12 @@ data "terraform_remote_state" "foo" {
|
|||
depends_on = [module.kubernetes_cluster]
|
||||
}
|
||||
provider "kubernetes" {
|
||||
# config_path = "~/.kube/config"
|
||||
config_path = var.prod ? "" : "~/.kube/config"
|
||||
}
|
||||
|
||||
provider "helm" {
|
||||
kubernetes {
|
||||
# config_path = "~/.kube/config"
|
||||
config_path = var.prod ? "" : "~/.kube/config"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue