10 lines
160 B
HCL
10 lines
160 B
HCL
variable "kubernetes_config_path" {
|
|
type = string
|
|
sensitive = true
|
|
}
|
|
|
|
variable "Kubernetes_config_context" {
|
|
type = string
|
|
sensitive = true
|
|
}
|