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 Datastream private connection resource destruction #2659

Conversation

modular-magician
Copy link
Collaborator

Fix Datastream private connection resource destruction. The current private connection resource deletion fails as a result of sub resource existence.
This fix will always force the resource deletion, as the sub resources deletion is taking care the the API anyway.

Fixes hashicorp/terraform-provider-google#17290
hashicorp/terraform-provider-google#13054

compute:  fixed issue where sub-resources managed by `google_compute_forwarding_rule` prevented resource deletion

Derived from GoogleCloudPlatform/magic-modules#11394

Co-authored-by: Sagi Yosefia <[email protected]>

[upstream:7230c2123c05b14f8f9d5e3029d9d4d955aafa66]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician requested a review from a team as a code owner August 13, 2024 18:53
@modular-magician modular-magician requested review from iyabchen and removed request for a team August 13, 2024 18:53
Copy link

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@modular-magician modular-magician merged commit e99f784 into GoogleCloudPlatform:main Aug 13, 2024
5 of 6 checks passed
@modular-magician modular-magician deleted the downstream-pr-7230c2123c05b14f8f9d5e3029d9d4d955aafa66 branch November 18, 2024 05:27
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.

Support force_destroy on Datastream Private Connections
1 participant