[ci skip] fix false-positive sensitive=true on kube_config_path
This commit is contained in:
parent
7cc7991ce6
commit
2dc5ab8995
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
variable "kube_config_path" {
|
variable "kube_config_path" {
|
||||||
type = string
|
type = string
|
||||||
default = "~/.kube/config"
|
default = "~/.kube/config"
|
||||||
sensitive = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
provider "kubernetes" {
|
provider "kubernetes" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue