-
Notifications
You must be signed in to change notification settings - Fork 543
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
Upgrade gcloud module to 2.0.0 #449
Upgrade gcloud module to 2.0.0 #449
Conversation
Signed-off-by: Dev <devan@ingresso.co.uk>
Signed-off-by: Dev <devan@ingresso.co.uk>
This reverts commit e1d95fa.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Dev25
@bharathkkb @Dev25 What do you think of dropping the skip variables entirely? Now that we have the env-based approach I think it's much more robust. |
I would be in favour of that @morgante |
With the 2.0 version, the default is now to skip so we can rely on that. |
@morgante I agree as well. TF cloud also seems to let you set env vars, so users should be able to use that. However in the CI imho we should still test the codepath of enabling via |
@bharathkkb We test the override here - https://github.com/terraform-google-modules/terraform-google-gcloud/tree/master/test/fixtures/override_example Sounds like we're all in agreement. Let's try to add a follow up PR which removes all skip downloads. |
https://github.com/terraform-google-modules/terraform-google-gcloud/releases/tag/v2.0.0
Also settingskip_gcloud_download
to true by default