Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Suarez <[email protected]>
  • Loading branch information
hao-nan-li and ScottSuarez authored Dec 12, 2024
1 parent fafdfde commit cafec42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ IMPROVEMENTS:
* compute: `google_compute_instance` is no longer recreated when changing `boot_disk.auto_delete` ([#20580](https://github.com/hashicorp/terraform-provider-google/pull/20580))
* compute: added `CA_ENTERPRISE_ANNUAL` option for field `cloud_armor_tier` in `google_compute_project_cloud_armor_tier` resource ([#20596](https://github.com/hashicorp/terraform-provider-google/pull/20596))
* compute: added `network_tier` field to `google_compute_global_forwarding_rule` resource ([#20582](https://github.com/hashicorp/terraform-provider-google/pull/20582))
* compute: added `rule.rate_limit_options.enforce_on_key_configs` field to `google_compute_security_policy` resource (GA) ([#20597](https://github.com/hashicorp/terraform-provider-google/pull/20597))
* compute: added `rule.rate_limit_options.enforce_on_key_configs` field to `google_compute_security_policy` resource ([#20597](https://github.com/hashicorp/terraform-provider-google/pull/20597))
* compute: made `metadata_startup_script` able to be updated via graceful switch in `google_compute_instance` ([#20655](https://github.com/hashicorp/terraform-provider-google/pull/20655))
* container: promoted `google_container_cluster.enable_fqdn_network_policy` to GA ([#20609](https://github.com/hashicorp/terraform-provider-google/pull/20609))
* container: added field `enable_fqdn_network_policy` to resource `google_container_cluster` ([#20609](https://github.com/hashicorp/terraform-provider-google/pull/20609))
* firebasehosting: added `headers` field in `google_firebase_hosting_version` resource (beta) ([#20654](https://github.com/hashicorp/terraform-provider-google/pull/20654))
* identityplatform: marked `quota.0.sign_up_quota_config` subfields conditionally required in `google_identity_platform_config` to move errors from apply time up to plan time, and clarified the rule in documentation ([#20627](https://github.com/hashicorp/terraform-provider-google/pull/20627))
* networkconnectivity: added support for updating `linked_vpn_tunnels.include_import_ranges`, `linked_interconnect_attachments.include_import_ranges`, `linked_router_appliance_instances. instances` and `linked_router_appliance_instances.include_import_ranges` in `google_network_connectivity_spoke` ([#20650](https://github.com/hashicorp/terraform-provider-google/pull/20650))
Expand All @@ -23,7 +23,7 @@ IMPROVEMENTS:

BUG FIXES:
* compute: fixed permadiff on the `recaptcha_options` field for `google_compute_security_policy` resource ([#20617](https://github.com/hashicorp/terraform-provider-google/pull/20617))
* compute: updating labels on `resource_google_compute_resource_policy` will no longer fail because of a Patch error with `guest_flush` ([#20632](https://github.com/hashicorp/terraform-provider-google/pull/20632))
* compute: fixed issue where updating labels on `resource_google_compute_resource_policy` would fail because of a patch error with `guest_flush` ([#20632](https://github.com/hashicorp/terraform-provider-google/pull/20632))
* networkconnectivity: fixed `linked_router_appliance_instances.instances.virtual_machine` and `linked_router_appliance_instances.instances.ip_address` attributes in `google_network_connectivity_spoke` to be correctly marked as required. Otherwise the request to create the resource will fail. ([#20650](https://github.com/hashicorp/terraform-provider-google/pull/20650))
* privateca: fixed an issue which causes error when updating labels for activated sub-CA ([#20630](https://github.com/hashicorp/terraform-provider-google/pull/20630))

Expand Down

0 comments on commit cafec42

Please sign in to comment.