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
+ terraform validate
╷
│ Error: Missing required argument
│
│ on main.tf line 2, in provider "aws":
│ 2: provider "aws" {
│
│ The argument "region" is required, but no definition was found.
╵
The text was updated successfully, but these errors were encountered:
Hrm, withGlobalEnv seems like a poor choice of name. But I would not have expected a method on one Stage (TerraformEnvironmentStage), to affect a completely different Stage (TerraformValidateStage)?
This is a good UseCase though, and feels like it should be extended beyond just TerraformValidateStage.
Global Variables are not available at the TerraformValidateStage. Please add them. Thank You.
main.tf
Customizations.groovy
Pipeline
Error Message
The text was updated successfully, but these errors were encountered: