/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/plan/main.tf
13 строк
253 B
Jeff Bonhag
Add golden reference test for JSON plan (#31362)
13 июл 2022, 00:00
Не верифицирован
13 июл 2022, 00:00
f30738d
Код
Авторство
О чём код?
resource "test_instance" "foo" { ami = "bar" # This is here because at some point it caused a test failure network_interface { device_index = 0 description = "Main network interface" } } data "test_data_source" "a" { id = "zzzzz" }