terraform/internal/command/testdata/init-cloud-no-workspaces/main.tf

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

11 lines
362 B
Terraform
Raw Permalink Normal View History

2026-02-11 08:44:12 -05:00
# This is a configuration with HCP Terraform mode activated but without
# a workspaces block, which should trigger an "Invalid workspaces configuration"
# error during initialization. This is used to test that the diagnostic
# formatting correctly processes color tokens in the error detail message.
terraform {
cloud {
organization = "PLACEHOLDER"
}
}