mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 18:33:08 -04:00
11 lines
362 B
Terraform
11 lines
362 B
Terraform
|
|
# 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"
|
||
|
|
}
|
||
|
|
}
|