/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/validate-valid/main.tf
14 строк
352 B
Martin Atkins
Move command/ to internal/command/
18 май 2021, 00:09
18 май 2021, 00:09
ffe056b
Код
Авторство
О чём код?
variable "var_with_escaped_interp" { # This is here because in the past it failed. See Github #13001 default = "foo-$${bar.baz}" } 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" } }