-
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
IAM issues #333
Comments
The immediate quick fix is to pin examples and test/setup to version 2.12. |
aaron-lane
added a commit
that referenced
this issue
Dec 13, 2019
Lock to Google 2.12.0 to avoid the IAM issue Related to #333
This will be fixed upstream here: hashicorp/terraform-provider-google#5107 |
This fix is available now in the 2.20.1 version of the provider, we can now pin to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
test/setup
across all CFT modules, we are currently seeing issues with adding IAM grants.Issues look something like this:
This is likely a combination of a problem with Google Provider 2.0's IAM batch handling and the new IAM handling of
deleted:
members. I am investigating further.The text was updated successfully, but these errors were encountered: