askubis
askubis
Previous bevahiour was causing flaking tests, as List enforces an order, whereas MIG API does not. fixes https://github.com/hashicorp/terraform-provider-google/issues/13430 If this PR is for Terraform, I acknowledge that I have: -...
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)** ```release-note:breaking-change...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...
Allow proper changing of google_compute_region_instance_group_manager.distribution_policy_target_shape. Effectively - don't send the zones distribution when ONLY target shape changes. fixes [#19891](https://github.com/hashicorp/terraform-provider-google/issues/19891) **Release Note Template for Downstream PRs (will be copied)** ```release-note:bug compute:...
Convert the full path to fixes #19265 **Release Note Template for Downstream PRs (will be copied)** ```release-note:bug compute: Fixes error with google_compute_(region_)per_instance_config.stateful.ips.ipAddress.address always having diff due to relative vs full...