[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 7cc7991ce6
commit 2dc5ab8995

View file

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