We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should fix the behavior of overriding global and custom module options by the those defined in workspace config
workspace
For example:
plan
[your_module_name]: root: './[your_module_name]' terraform: version: '0.11.0' plan: false - this option is expected to be overridden by `prod workspace` config apply: false destroy: false current-workspace: default available-workspaces: prod: plan: true - this option should override the custom module config apply: false destroy: false var-files: - terraform.tfvars
Actual Result:
Note:
recink run terraform
--tf-workspace='[your_workspace_env]'
Please refer to attachment for more details:
The text was updated successfully, but these errors were encountered:
recink-terraform
ddimitrioglo
No branches or pull requests
We should fix the behavior of overriding global and custom module options by the those defined in
workspace
configFor example:
plan
option to be applied if it defined in config as follows:Actual Result:
Note:
recink run terraform
with--tf-workspace='[your_workspace_env]'
Please refer to attachment for more details:

The text was updated successfully, but these errors were encountered: