mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 02:20:07 -04:00
10 lines
362 B
HCL
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"
|
|
}
|
|
}
|