-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
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
0.13: [Bug]: --skip-dependencies is not working correctly with garden plugins pulumi preview command #6206
Comments
@ishantagarwal-x213235 the fix is now available in the |
Thanks @vvagaytsev , for addressing it. I downloaded Please find the below logs and let me know if require in the format of
|
@ishantagarwal-x213235 thanks for the quick testing! I'm re-opening this for further investigation. |
@ishantagarwal-x213235 the fix was released in https://github.com/garden-io/garden/releases/tag/0.13.33 |
--skip-dependencies
flag is not working as expected withgarden plugins pulumi preview
command. Ideally, it should ignore the dependencies and execute the module without any dependencies.Command
garden plugins pulumi preview --env=dev -- gcs-iam-infra --skip-dependencies
Expected
Command should only preview the gcs-iam-infra module
Actual
It is looking for the dependencies of gcs-iam-infra and running pulumi preview command for it's dependencies first.
Render Template
ConfigTemplate
garden version 0.13.31
The text was updated successfully, but these errors were encountered: