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 Terraform updates for instances with Google ML Integration enabled #7249

Conversation

modular-magician
Copy link
Collaborator

This pull request addresses a bug where Terraform would fail to include the required database version when updating metadata for instances with the enable_google_ml_integration flag set to true. This resulted in API rejection of those update requests. Added acctest and verified that the change passes locally.

Fixes hashicorp/terraform-provider-google#17819

Release Note Template for Downstream PRs (will be copied)

sql: fixed issues with updating the `enable_google_ml_integration` field in `google_sql_database_instance` resource

Derived from GoogleCloudPlatform/magic-modules#10411

…d (#10411)

[upstream:2faba8433361d680285cc3282f8ce9a62f883000]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician merged commit 3e19afc into hashicorp:main Apr 16, 2024
4 checks passed
@modular-magician modular-magician deleted the downstream-pr-2faba8433361d680285cc3282f8ce9a62f883000 branch November 16, 2024 02:05
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.

Terraform fails to include database version for Google ML-integrated instances, causing updates to be rejected
1 participant