-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: add location_policy and fix permadiff #1452
feat: add location_policy and fix permadiff #1452
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our test beta-cluster-local seem to be failing with
Error: error creating NodePool: googleapi: Error 400: Location policy cannot be set for nodepools in clusters that does not support the feature
. I suspect this is due to the limitation that Location policy is supported only in 1.24.1+ clusters.
per https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_node_pool#nested_autoscaling
Can we default to null instead if no explicit value is provided?
@bogaertg |
done |
…#1452) fix: location-policy permadrifting terraform-google-modules#1445
No description provided.