/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/configs/testdata/error-files/const-sensitive-variable.tf
6 строк
148 B
Daniel Schmidt
validate const is mutually exclusive with sensitive and ephemeral in variables
11 мар 2026, 20:11
11 мар 2026, 20:11
ebff0a4
Код
Авторство
О чём код?
variable "example" { # ERROR: Const variable cannot be sensitive type = string default = "hello" const = true sensitive = true }