/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/test/destroy_fail/main.tf
9 строк
191 B
Liam Cervante
Implement controlling destroy functionality within Terraform Test (#37359)
10 сен 2025, 18:22
Не верифицирован
10 сен 2025, 18:22
551ba2e
Код
Авторство
О чём код?
resource "test_resource" "resource" { value = "Hello, world!" destroy_fail = true } resource "test_resource" "another" { value = "Hello, world!" destroy_fail = true }