Skip to content

Conversation

@modular-magician
Copy link
Collaborator

This is fixing the issue reported in hashicorp/terraform-provider-google#25757.
Fixes hashicorp/terraform-provider-google#25757

The validation code previously take an empty list as a configured value. And therefore incorrectly think the standard_rollout_policy and autoscaled_rollout_policy.

Verification:

  1. Created a tf file to reproduce the problem.
  2. Change the code and built a provider locally.
  3. Verify the new provider doesn't have this bug anymore.

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

container: fixed a bug in `google_container_node_pool` that prevented creation when `blue_green_settings` was specified

Derived from GoogleCloudPlatform/magic-modules#16239

[upstream:99e25018be593e95bfd4b80c5fd00c4daad38d15]

Signed-off-by: Modular Magician <magic-modules@google.com>
@modular-magician modular-magician merged commit 7af5d1a into hashicorp:main Jan 27, 2026
3 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_container_node_pool can't be created with any blue_green_settings

1 participant