/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/apply-plan-no-module/main.tf
7 строк
145 B
Martin Atkins
Move command/ to internal/command/
18 май 2021, 00:09
18 май 2021, 00:09
ffe056b
Код
Авторство
О чём код?
resource "test_instance" "tmpl" { foo = "${file("${path.module}/template.txt")}" } output "template" { value = "${test_instance.tmpl.foo}" }