/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/test/only_modules/main.tf
8 строк
117 B
Liam Cervante
Implement updates to testing framework based on recent feedback
10 авг 2023, 11:49
10 авг 2023, 11:49
126f34e
Код
Авторство
О чём код?
variable "input" { type = string } resource "test_resource" "resource" { id = "598318e0" value = var.input }