/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/test/custom_condition_inputs/main.tf
12 строк
224 B
Liam Cervante
[testing framework] prepare for beta phase of development (#33445)
06 июл 2023, 16:53
Не верифицирован
06 июл 2023, 16:53
ea162f6
Код
Авторство
О чём код?
variable "input" { type = string validation { condition = var.input == "something very specific" error_message = "this should definitely fail" } } resource "test_resource" "resource" { value = var.input }