terraform/internal/command/testdata/init-cloud-simple/init-cloud-simple.tf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
373 B
Terraform
Raw Permalink Normal View History

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