Loading...
Loading...
### Terraform Version ```shell Terraform v1.16.0 on darwin_arm64 ``` ### Terraform Configuration Files ```terraform terraform { cloud { hostname = "tfe" organization = "dogecorp" workspaces { name = "tfe-inspect-worker" } } } resource "random_string" "string" { length = 5 } ``` ### Debug Output ``` 2026-09-01T10:53:44.877+1000 [INFO] Terraform version: 1.16.0 2026-09-01T10:53:44.877+1000 [DEBUG] using github.com/hashicorp/go-tfe v1.108.0 2026-09-01T10:53:44.877+1000 [DEBUG] using github.com/hashicorp/hcl/v2 v2.24.0 2026-09-01T10:53:44.877+1000 [DEBUG] using github.com/hashicorp/terraform-svchost v0.2.1 2026-09-01T10:53:44.877+1000 [DEBUG] using github.com/zclconf/go-cty v1.18.1 2026-09-01T10:53:44.877+1000 [INFO] Go runtime version: go1.26.4 2026-09-01T10:53:44.877+1000 [INFO] CLI args: []string{"terraform", "plan"} 2026-09-01T10:53:44.877+1000 [TRACE] Stdout is a terminal of width 428 2026-09-01T10:53:44.877+1000 [TRACE] Stderr is a terminal of width 428 2026-09-01T10:53:44.877+1000 [TRACE] Stdin is a terminal 2026-09-01T10:53:44.877+1000 [DEBUG] Attempting to open CLI config file: /Users/lucas/.terraformrc 2026-09-01T10:53:44.877+1000 [INFO] Loading CLI configuration from /Users/lucas/.terraformrc 2026-09-01T10:53:44.878+1000 [INFO] Loading CLI configuration from /Users/lucas/.terraform.d/credentials.tfrc.json 2026-09-01T10:53:44.878+1000 [DEBUG] checking for credentials in "/Users/lucas/.terraform.d/plugins" 2026-09-01T10:53:44.878+1000 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins 2026-09-01T10:53:44.878+1000 [DEBUG] will search for provider plugins in /Users/lucas/.terraform.d/plugins 2026-09-01T10:53:44.878+1000 [DEBUG] ignoring non-existing provider search directory /Users/lucas/Library/Application Support/io.terraform/plugins 2026-09-01T10:53:44.878+1000 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins 2026-09-01T10:53:44.879+1000 [INFO] CLI command args: []string{"plan"} 2026-09-01T10:53:44.880+1000 [TRACE] Meta.Backend: built configuration for "cloud" backend with hash value 174501975 2026-09-01T10:53:44.880+1000 [TRACE] Meta.Backend: working directory was previously initialized for "cloud" backend 2026-09-01T10:53:44.880+1000 [TRACE] Meta.Backend: using already-initialized, unchanged "cloud" backend configuration 2026-09-01T10:53:44.880+1000 [TRACE] cloud: using hostname "tfe" from cloud config block 2026-09-01T10:53:44.880+1000 [TRACE] cloud: using organization "dogecorp" from cloud config block 2026-09-01T10:53:44.880+1000 [TRACE] cloud: found workspace name "tfe-inspect-worker" in cloud config block 2026-09-01T10:53:44.880+1000 [TRACE] cloud: using project "" from TF_CLOUD_PROJECT variable 2026-09-01T10:53:44.880+1000 [TRACE] cloud: using workspace name "tfe-inspect-worker" from cloud config block 2026-09-01T10:53:44.880+1000 [DEBUG] Service discovery for tfe at https://tfe/.well-known/terraform.json 2026-09-01T10:53:44.999+1000 [TRACE] Meta.BackendForPlan: backend *cloud.Cloud supports operations 2026-09-01T10:53:44.999+1000 [DEBUG] Service discovery for tfe aliased as localterraform.com 2026-09-01T10:53:44.999+1000 [TRACE] Meta.Backend: instantiated backend of type *cloud.Cloud 2026-09-01T10:53:45.000+1000 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers 2026-09-01T10:53:45.000+1000 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v5.24.0 for darwin_arm64 at .terraform/providers/registry.terraform.io/hashicorp/aws/5.24.0/darwin_arm64 2026-09-01T10:53:45.000+1000 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/aws v6.50.0 for darwin_arm64 at .terraform/providers/registry.terraform.io/hashicorp/aws/6.50.0/darwin_arm64 2026-09-01T10:53:45.001+1000 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/null v3.2.1 for darwin_arm64 at .terraform/providers/registry.terraform.io/hashicorp/null/3.2.1/darwin_arm64 2026-09-01T10:53:45.001+1000 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/null v3.2.4 for darwin_arm64 at .terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/darwin_arm64 2026-09-01T10:53:45.001+1000 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/random v3.7.2 for darwin_arm64 at .terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/darwin_arm64 2026-09-01T10:53:45.001+1000 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/5.24.0/darwin_arm64 as a candidate package for registry.terraform.io/hashicorp/aws 5.24.0 2026-09-01T10:53:45.001+1000 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/aws/6.50.0/darwin_arm64 as a candidate package for registry.terraform.io/hashicorp/aws 6.50.0 2026-09-01T10:53:45.001+1000 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/null/3.2.1/darwin_arm64 as a candidate package for registry.terraform.io/hashicorp/null 3.2.1 2026-09-01T10:53:45.001+1000 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/null/3.2.4/darwin_arm64 as a candidate package for registry.terraform.io/hashicorp/null 3.2.4 2026-09-01T10:53:45.001+1000 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/random/3.7.2/darwin_arm64 as a candidate package for registry.terraform.io/hashicorp/random 3.7.2 2026-09-01T10:53:45.017+1000 [DEBUG] checking for provisioner in "." 2026-09-01T10:53:45.017+1000 [DEBUG] checking for provisioner in "/Users/lucas/.local/share/mise/installs/terraform/latest/bin" 2026-09-01T10:53:45.017+1000 [DEBUG] checking for provisioner in "/Users/lucas/.terraform.d/plugins" 2026-09-01T10:53:45.017+1000 [TRACE] Meta.Backend: backend *cloud.Cloud supports operations 2026-09-01T10:53:45.056+1000 [INFO] cloud: starting Plan operation Running plan in Terraform Enterprise. Output will stream here. Pressing Ctrl-C will stop streaming the logs, but will not stop the plan running remotely. Preparing the remote plan... 2026-09-01T10:53:45.134+1000 [TRACE] backend/cloud: starting configuration upload at "/Users/lucas/Terraform/tfe-inspect-worker" 2026-09-01T10:53:45.142+1000 [TRACE] backend/cloud: finished configuration upload 2026-09-01T10:53:45.643+1000 [TRACE] backend/cloud: reading configuration status 2026-09-01T10:53:45.703+1000 [TRACE] backend/cloud: configuration uploaded and ready To view this run in a browser, visit: https://tfe/app/dogecorp/tfe-inspect-worker/runs/run-N479BnfCzATWfXwc Waiting for the plan to start... Terraform v1.12.1 on linux_arm64 Initializing plugins and modules... ╷ │ Error: Failed to retrieve Terraform policy evaluations: invalid value for "include" field │ │ Terraform Enterprise returned an unexpected error. Sometimes this is caused by network connection problems, in which case you could retry the command. If the issue persists please open a support ticket to get help resolving the problem. ╵ ``` ### Expected Behavior Policy output is skipped and terraform exits cleanly ### Actual Behavior Terraform logs an error and exits with status 1 ### Steps to Reproduce 1. `terraform init` 2. `terraform plan` ### Additional Context _No response_ ### References _No response_ ### Generative AI / LLM assisted development? _No response_
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
BugZero Plan
Streamline upgrades with automated vendor bug scrubs
BugZero Prevent
Wish you caught this bug sooner? Get proactive today.