/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/init-cloud-simple/init-cloud-simple.tf
13 строк
373 B
Sebastian Rivera
Rebrand Terraform Cloud to HCP Terraform
23 апр 2024, 23:12
23 апр 2024, 23:12
015f795
Код
Авторство
О чём код?
# This is a simple configuration with HCP Terraform mode minimally # activated, but it's suitable only for testing things that we can exercise # without actually accessing HCP Terraform, such as checking of invalid # command-line options to "terraform init". terraform { cloud { organization = "PLACEHOLDER" workspaces { name = "PLACEHOLDER" } } }