Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump hashicorp/google from 5.38.0 to 5.40.0 (#35)
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.38.0 to 5.40.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-provider-google/releases">hashicorp/google's releases</a>.</em></p> <blockquote> <h2>v5.40.0</h2> <p>NOTES:</p> <ul> <li>resourcemanager: This release included a deprecation of <code>skip_delete</code> in <code>google_project</code> without the future field (<code>deletion_policy</code>) being available. This will be corrected in a future <code>5.X</code> release prior to the release of <code>6.0.0</code> where the <code>deletion_policy</code> field will be made available.</li> </ul> <p>DEPRECATIONS:</p> <ul> <li>resourcemanager: deprecated <code>skip_delete</code> field in the <code>google_project</code> resource. Instead use the new field <code>deletion_policy</code> in the next major release (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18867">#18867</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>bigquery: added support for value <code>DELTA_LAKE</code> to <code>source_format</code> in <code>google_bigquery_table</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18915">#18915</a>)</li> <li>compute: added <code>access_mode</code> field to <code>google_compute_disk</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18857">#18857</a>)</li> <li>compute: added <code>stack_type</code>, and <code>gateway_ip_version</code> fields to <code>google_compute_router</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18839">#18839</a>)</li> <li>container: added field <code>ray_operator_config</code> for <code>resource_container_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18825">#18825</a>)</li> <li>container: promoted <code>additional_node_network_configs</code> and <code>additional_pod_network_configs</code> fields to GA in the <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18842">#18842</a>)</li> <li>container: promoted <code>enable_multi_networking</code> to GA in the <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18842">#18842</a>)</li> <li>monitoring: updated <code>goal</code> field to accept a max threshold of up to 0.9999 in <code>google_monitoring_slo</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18845">#18845</a>)</li> <li>networkconnectivity: added <code>export_psc</code> field to <code>google_network_connectivity_hub</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18866">#18866</a>)</li> <li>sql: added <code>enable_dataplex_integration</code> field to <code>google_sql_database_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18852">#18852</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>bigquery: fixed a permadiff when handling "assets" in <code>params</code> in the <code>google_bigquery_data_transfer_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18898">#18898</a>)</li> <li>bigquery: fixed an issue preventing certain keys in <code>params</code> from being assigned values in <code>google_bigquery_data_transfer_config</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18888">#18888</a>)</li> <li>compute: fixed perma-diff of <code>advertised_ip_ranges</code> field in <code>google_compute_router</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18869">#18869</a>)</li> <li>container: fixed perma-diff on <code>node_config.guest_accelerator.gpu_driver_installation_config</code> field in GKE 1.30+ in <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18835">#18835</a>)</li> <li>sql: fixed a perma-diff in <code>settings.insights_config</code> in <code>google_sql_database_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18962">#18962</a>)</li> </ul> <h2>v5.39.1</h2> <p>BUG FIXES:</p> <ul> <li>datastream: fixed a breaking change in 5.39.0 <code>google_datastream_stream</code> that made one of <code>destination_config.bigquery_destination_config.merge</code> or <code>destination_config.bigquery_destination_config.append_only</code> required (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18903">#18903</a>)</li> </ul> <h2>v5.39.0</h2> <p>NOTES:</p> <ul> <li>networkconnectivity: migrated <code>google_network_connectivity_hub</code> from DCL to MMv1 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18724">#18724</a>)</li> <li>networkconnectivity: migrated <code>google_network_connectivity_spoke</code> from DCL to MMv1 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18779">#18779</a>)</li> </ul> <p>DEPRECATIONS:</p> <ul> <li>bigquery: deprecated <code>allow_resource_tags_on_deletion</code> in <code>google_bigquery_table</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18811">#18811</a>)</li> <li>bigqueryreservation: deprecated <code>multi_region_auxiliary</code> on <code>google_bigquery_reservation</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18803">#18803</a>)</li> <li>datastore: deprecated the resource <code>google_datastore_index</code>. Use the <code>google_firestore_index</code> resource instead. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18781">#18781</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Resource:</strong> <code>google_apigee_environment_keyvaluemaps_entries</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18707">#18707</a>)</li> <li><strong>New Resource:</strong> <code>google_apigee_environment_keyvaluemaps</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18707">#18707</a>)</li> <li><strong>New Resource:</strong> <code>google_compute_resize_request</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18725">#18725</a>)</li> <li><strong>New Resource:</strong> <code>google_compute_router_route_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18759">#18759</a>)</li> <li><strong>New Resource:</strong> <code>google_scc_v2_organization_mute_config</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18752">#18752</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>alloydb: added <code>observability_config</code> field to <code>google_alloydb_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18743">#18743</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md">hashicorp/google's changelog</a>.</em></p> <blockquote> <h2>5.40.0 (August 5, 2024)</h2> <p>IMPROVEMENTS:</p> <ul> <li>bigquery: added support for value <code>DELTA_LAKE</code> to <code>source_format</code> in <code>google_bigquery_table</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18915">#18915</a>)</li> <li>compute: added <code>access_mode</code> field to <code>google_compute_disk</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18857">#18857</a>)</li> <li>compute: added <code>stack_type</code>, and <code>gateway_ip_version</code> fields to <code>google_compute_router</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18839">#18839</a>)</li> <li>container: added field <code>ray_operator_config</code> for <code>resource_container_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18825">#18825</a>)</li> <li>container: promoted <code>additional_node_network_configs</code> and <code>additional_pod_network_configs</code> fields to GA in the <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18842">#18842</a>)</li> <li>container: promoted <code>enable_multi_networking</code> to GA in the <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18842">#18842</a>)</li> <li>monitoring: updated <code>goal</code> field to accept a max threshold of up to 0.9999 in <code>google_monitoring_slo</code> resource to 0.9999 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18845">#18845</a>)</li> <li>networkconnectivity: added <code>export_psc</code> field to <code>google_network_connectivity_hub</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18866">#18866</a>)</li> <li>sql: added <code>enable_dataplex_integration</code> field to <code>google_sql_database_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18852">#18852</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>bigquery: fixed a permadiff when handling "assets" in <code>params</code> in the <code>google_bigquery_data_transfer_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18898">#18898</a>)</li> <li>bigquery: fixed an issue preventing certain keys in <code>params</code> from being assigned values in <code>google_bigquery_data_transfer_config</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18888">#18888</a>)</li> <li>compute: fixed perma-diff of <code>advertised_ip_ranges</code> field in <code>google_compute_router</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18869">#18869</a>)</li> <li>container: fixed perma-diff on <code>node_config.guest_accelerator.gpu_driver_installation_config</code> field in GKE 1.30+ in <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18835">#18835</a>)</li> <li>sql: fixed a perma-diff in <code>settings.insights_config</code> in <code>google_sql_database_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18962">#18962</a>)</li> </ul> <h2>v5.39.1 (July 30th, 2024)</h2> <p>BUG FIXES:</p> <ul> <li>datastream: fixed a breaking change in 5.39.0 <code>google_datastream_stream</code> that made one of <code>destination_config.bigquery_destination_config.merge</code> or <code>destination_config.bigquery_destination_config.append_only</code> required (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18903">#18903</a>)</li> </ul> <h2>5.39.0 (July 29th, 2024)</h2> <p>NOTES:</p> <ul> <li>networkconnectivity: migrated <code>google_network_connectivity_hub</code> from DCL to MMv1 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18724">#18724</a>)</li> <li>networkconnectivity: migrated <code>google_network_connectivity_spoke</code> from DCL to MMv1 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18779">#18779</a>)</li> </ul> <p>DEPRECATIONS:</p> <ul> <li>bigquery: deprecated <code>allow_resource_tags_on_deletion</code> in <code>google_bigquery_table</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18811">#18811</a>)</li> <li>bigqueryreservation: deprecated <code>multi_region_auxiliary</code> on <code>google_bigquery_reservation</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18803">#18803</a>)</li> <li>datastore: deprecated the resource <code>google_datastore_index</code>. Use the <code>google_firestore_index</code> resource instead. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18781">#18781</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Resource:</strong> <code>google_apigee_environment_keyvaluemaps_entries</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18707">#18707</a>)</li> <li><strong>New Resource:</strong> <code>google_apigee_environment_keyvaluemaps</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18707">#18707</a>)</li> <li><strong>New Resource:</strong> <code>google_compute_resize_request</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18725">#18725</a>)</li> <li><strong>New Resource:</strong> <code>google_compute_router_route_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18759">#18759</a>)</li> <li><strong>New Resource:</strong> <code>google_scc_v2_organization_mute_config</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18752">#18752</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>alloydb: added <code>observability_config</code> field to <code>google_alloydb_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18743">#18743</a>)</li> <li>bigquery: added <code>resource_tags</code> field to <code>google_bigquery_dataset</code> resource (ga) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18711">#18711</a>)</li> <li>bigquery: added <code>resource_tags</code> field to <code>google_bigquery_table</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18741">#18741</a>)</li> <li>bigtable: added <code>data_boost_isolation_read_only</code> and <code>data_boost_isolation_read_only.compute_billing_owner</code> fields to <code>google_bigtable_app_profile</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18819">#18819</a>)</li> <li>cloudfunctions: added <code>build_service_account</code> field to <code>google_cloudfunctions_function</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18702">#18702</a>)</li> <li>compute: added <code>aws_v4_authentication</code> fields to <code>google_compute_backend_service</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18796">#18796</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/7ed1a156da8faf83fbd3e67681bd50c6f044de4b"><code>7ed1a15</code></a> CHANGELOG 5.40.0 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18959">#18959</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/96f91a5c807e275ceedc167c43166ea3026f0bc5"><code>96f91a5</code></a> make insights_config computed (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11327">#11327</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18962">#18962</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/dfc71ca6e6539d943d098e121e40efc55fff3823"><code>dfc71ca</code></a> feat: add speech API into <code>.ci/infra/terraform/main.tf</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11281">#11281</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18916">#18916</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/1ecb128b363bd05d5fd3c56b834363fdee1ad649"><code>1ecb128</code></a> add support for delta lake for big tables (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11215">#11215</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18915">#18915</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/0f71c357500c0340e87d1fbeb34f1ebe8e1e02c8"><code>0f71c35</code></a> [18856] update access policy documentation (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11264">#11264</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18914">#18914</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/72ca8f0668ff02a83f46e2ab5e9ee84114a4272f"><code>72ca8f0</code></a> Update start and end date format (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11277">#11277</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18912">#18912</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/8cf769c738c04a653a645241c7bf9d561428eac3"><code>8cf769c</code></a> Update documentation for resources that don't support gcloud's syntax (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11279">#11279</a>...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/3b901243941d87db01f00d79f6e63c886eac4b8e"><code>3b90124</code></a> Change datastream stream merge and append_only to conflicts with (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11292">#11292</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/1">#1</a>...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/ad7ee9f796e7e2526ee0eebd2e841b42d74c1009"><code>ad7ee9f</code></a> update cloudfunctionv2 test runtimes to nodejs18 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11222">#11222</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18901">#18901</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/4d74ea57be5c61538cee6183218b887c7dba21f3"><code>4d74ea5</code></a> Fix params decoding and example values in google_bigquery_data_transfer_confi...</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v5.38.0...v5.40.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hashicorp/google&package-manager=terraform&previous-version=5.38.0&new-version=5.40.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information