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: compute instance internal ipv6 prefix length is not set in creation and read in syncing #21638

Conversation

modular-magician
Copy link
Collaborator

Fixes hashicorp/terraform-provider-google#21520.

This ensures that Terraform correctly reads the compute_instance.network_interface.internal_ipv6_prefix_length from GCP and stores it in terraform.state. Previously, the absence of this value in terraform.state caused compute_instance to be considered modified, even when no changes were made to the configuration.

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

compute: fix `compute_instance.network_interface.internal_ipv6_prefix_length` not being set or read in Terraform state  

Derived from GoogleCloudPlatform/magic-modules#13133

…ion and read in syncing (hashicorp#13133)

[upstream:2fb385974963dd1455d99b5bc25400a488b25111]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician requested a review from a team as a code owner February 27, 2025 19:01
@modular-magician modular-magician merged commit 9f3e6e2 into hashicorp:main Feb 27, 2025
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.

google_compute_instance.network_interface.internal_ipv6_prefix_length value is not sync with Terraform
1 participant