/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/init-with-state-store/main.tf
14 строк
176 B
Sarah French
PSS: Implement initialisation of new working directory (or use of `-reconfigure` flag) while using `state_store` (#37732)
15 окт 2025, 12:44
Не верифицирован
15 окт 2025, 12:44
6b73f71
Код
Авторство
О чём код?
terraform { required_providers { test = { source = "hashicorp/test" } } state_store "test_store" { provider "test" { } value = "foobar" } }