init
This commit is contained in:
9
terraform/stacks/k8s/providers.tf
Normal file
9
terraform/stacks/k8s/providers.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
provider "kubernetes" {
|
||||
config_path = var.kubeconfig_path
|
||||
}
|
||||
|
||||
provider "helm" {
|
||||
kubernetes = {
|
||||
config_path = var.kubeconfig_path
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user