Remove kubeconfig_path variable and update provider
This commit is contained in:
@@ -19,12 +19,8 @@ terraform {
|
||||
}
|
||||
}
|
||||
|
||||
variable "kubeconfig_path" {
|
||||
default = "~/.kube/config"
|
||||
}
|
||||
|
||||
provider "kubernetes" {
|
||||
config_path = var.kubeconfig_path
|
||||
config_path = "~/.kube/config"
|
||||
}
|
||||
|
||||
variable "db_user" {
|
||||
|
||||
Reference in New Issue
Block a user