You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dmytropakki1995
changed the title
'update_policy' variable requires parameters that are Conflicts
'update_policy' variable requires parameters that have conflicts.
May 20, 2024
dmytropakki1995
changed the title
'update_policy' variable requires parameters that have conflicts.
'update_policy' variable for MIG submodule requires parameters that have conflicts.
May 20, 2024
TL;DR
Hello there!
I created a Managed Instance Group with module 11.1.0.
After that, I use
update_policy
to add configuration for rolling update policy.Expected behavior
terraform plan
must trigger changes and show changes forupdate_policy
.Observed behavior
Get the error:
update_policy
variable is defined as:It means that this variable expects the list of maps where each map contains all these keys.
With respect to the documentation https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_region_instance_group_manager#nested_update_policy we cannot define all keys simultaneously because some of them have conflicts with each other.
Terraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: