/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/test/parallel-errors/main.tftest.hcl
32 строки
334 B
Liam Cervante
terraform test: check specific dependencies before skipping run blocks (#37204)
05 июн 2025, 13:44
Не верифицирован
05 июн 2025, 13:44
063b7cf
Код
Авторство
О чём код?
test { parallel = true } run "one" { state_key = "one" variables { input = "one" } assert { condition = output.value error_message = "something" } } run "two" { state_key = "two" variables { input = run.one.value } } run "three" { state_key = "three" variables { input = "three" } }