/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/plan-policy/main.tf
13 строк
230 B
Samsondeen
No policy evaluation should be done for pre-destroy refresh (#38856)
10 июл 2026, 18:19
Не верифицирован
10 июл 2026, 18:19
e562eb2
Код
Авторство
О чём код?
resource "test_instance" "foo" { ami = "bar" network_interface { device_index = 0 description = "Main network interface" } depends_on = [data.test_data_source.a] } data "test_data_source" "a" { id = "zzzzz" }