Skip to content
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

Fix google_dns_record_set with same name throw an error #8139

Conversation

modular-magician
Copy link
Collaborator

This PR fixes the issue hashicorp/terraform-provider-google#10661 by removing the piece of code that prevents the error when creating a resource with a name that already exists.

Release Note Template for Downstream PRs (will be copied)

dns: added a mutex to `google_dns_record_set` to prevent conflicts when multiple resources attempt to operate on the same record set

Derived from GoogleCloudPlatform/magic-modules#11622

[upstream:fae1485a6883c2703183372f2eda1ad0316f9d94]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician merged commit f7841e1 into hashicorp:main Sep 9, 2024
4 checks passed
@modular-magician modular-magician deleted the downstream-pr-fae1485a6883c2703183372f2eda1ad0316f9d94 branch November 16, 2024 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant