[ci skip] fix false-positive sensitive=true on kube_config_path

This commit is contained in:
Viktor Barzin 2026-03-07 15:48:19 +00:00
parent 933250bd7b
commit e86db29e80
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -2,7 +2,6 @@
variable "kube_config_path" {
type = string
default = "~/.kube/config"
sensitive = true
}
provider "kubernetes" {