/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/apply-ephemeral-variable/main.tf
19 строк
249 B
James Bardin
test non-string env var input variables
27 ноя 2024, 21:16
27 ноя 2024, 21:16
4883499
Код
Авторство
О чём код?
variable "foo" { type = string ephemeral = true } variable "bar" { type = string default = null ephemeral = true } variable "unused" { type = map(string) default = null } resource "test_instance" "foo" { ami = "bar" }