magic-modules icon indicating copy to clipboard operation
magic-modules copied to clipboard

Change stateful_internal|external_ips to Set from List

Open askubis opened this issue 6 months ago • 10 comments

Change stateful_internal|external_ips to Set from List. This solves all issues with ordering. All reordering code removed from IGMs. fixes: https://github.com/hashicorp/terraform-provider-google/issues/13430

Release Note Template for Downstream PRs (will be copied)

Change resource_compute_instance_group_manager and resource_compute_region_instance_gorup_manager fields: stateful_internal_ips and stateful_external_ips from TypeList to TypeSet. This fixes the ordering issues.

askubis avatar Aug 14 '24 07:08 askubis