/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/cloud/testdata/test/main.tf
8 строк
147 B
Liam Cervante
Implement TFC integration for private module registry test runs (#33710)
14 сен 2023, 10:01
Не верифицирован
14 сен 2023, 10:01
ffbcaf8
Код
Авторство
О чём код?
variable "input" { type = string default = "Hello, world!" } resource "tfcoremock_simple_resource" "resource" { string = var.input }