terraform/internal/command/testdata/init-cloud-simple/init-cloud-simple.tf
2024-04-23 16:12:59 -04:00

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"
}
}
}