magic-modules
magic-modules copied to clipboard
Change stateful_internal|external_ips to Set from List
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.