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 autofilling values in initialize_params.resource_policies causing instance to recreate #8959

Conversation

modular-magician
Copy link
Collaborator

closes hashicorp/terraform-provider-google#19735

This field will no longer take API values if the field is not set causing an instance recreation.

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

compute: Setting resource policies for `google_compute_instance` outside of terraform or using `google_compute_disk_resource_policy_attachment` will no longer affect the `boot_disk.initialize_params.resource_policies` field

Derived from GoogleCloudPlatform/magic-modules#12552

…ng instance to recreate (#12552)

[upstream:78bb3b5df95ac87ff1e82ba4e12624eedd4f951e]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician requested a review from a team as a code owner December 20, 2024 16:55
@modular-magician modular-magician merged commit 77f5b12 into hashicorp:main Dec 20, 2024
4 checks passed
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.

Since provider 6.3.0 boot_disk.initialize_params.resource_policies is available and force rebuilt
1 participant