mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-18 18:29:44 -05:00
13 lines
373 B
HCL
13 lines
373 B
HCL
# 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"
|
|
}
|
|
}
|
|
}
|