-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add mutex to google_tags_tag_binding
#5878
Add mutex to google_tags_tag_binding
#5878
Conversation
…. this is locked by the api
Drive-by comment: Is this mutex on the right parent? The error message suggests we need it on the resource, not the tag value: |
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.
lgtm assuming tests pass and this should share with tagvalue
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.
Okay, tags are a little weird because the resources each have a parent key and it means a different thing for each one. For tagKey parent is the organization; for tagValue the parent is a tagKey; for tagBinding the parent is the resource the tag value is being applied to. So tagBinding and tagValue would never overlap in terms of their mutex.
Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
Should be the correct resource. This is done on the resource through the parent link supplied. Stopping sequential bindings on eq parent links should solve the issue afaik |
Ah, I thought |
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.
lgtm
Tests count: |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccAccessContextManager|TestAccContainerCluster_withAuthenticatorGroupsConfig |
Tests failed during RECORDING mode: Please fix these to complete your PR |
API team is working to add support for this, checking this code in while they work on it b/228352372 |
Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
closes: hashicorp/terraform-provider-google#11381
Release Note Template for Downstream PRs (will be copied)