You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run terraform plan,
then I get output including panic: Unknown variable type: %!!(MISSING)s(config.VariableType=0),
But I should instead see Error loading config: Error parsing .../crash.tf: Line 2, column 12: syntax error
There are warnings and/or errors related to your configuration. Please
fix these before continuing.
Errors:
* module root: 1 error(s) occurred:
* Variable 'crash': must be string or mapping
Given this syntactically invalid config:
When I run
terraform plan
,then I get output including
panic: Unknown variable type: %!!(MISSING)s(config.VariableType=0)
,But I should instead see
Error loading config: Error parsing .../crash.tf: Line 2, column 12: syntax error
This crash is coming from terraform/context.go:178
Here's the logs:
The text was updated successfully, but these errors were encountered: