terraform/internal/command/testdata/init-cloud-no-workspaces/main.tf
2026-02-11 14:44:12 +01:00

10 lines
362 B
HCL

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