Skip to content

Commit

Permalink
fix(deps): Bump hashicorp/google from 5.3.0 to 5.4.0 (#19)
Browse files Browse the repository at this point in the history
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.3.0 to 5.4.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.4.0</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>bigquery: deprecated <code>cloud_spanner.use_serverless_analytics</code> on <code>google_bigquery_connection</code>. Use <code>cloud_spanner.use_data_boost</code> instead. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16310">#16310</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>provider: added <code>universe_domain</code> attribute as a provider attribute (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16323">#16323</a>)</li>
</ul>
<p>BREAKING CHANGES:</p>
<ul>
<li>cloudrunv2: marked <code>location</code> field as required in resource <code>google_cloud_run_v2_job</code>. Any configuration without <code>location</code> specified will cause resource creation fail (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16311">#16311</a>)</li>
<li>cloudrunv2: marked <code>location</code> field as required in resource <code>google_cloud_run_v2_service</code>. Any configuration without <code>location</code> specified will cause resource creation fail (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16311">#16311</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong> <code>google_cloud_identity_group_lookup</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16296">#16296</a>)</li>
<li><strong>New Resource:</strong> <code>google_network_connectivity_policy_based_route</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16326">#16326</a>)</li>
<li><strong>New Resource:</strong> <code>google_pubsub_schema_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16301">#16301</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>accesscontextmanager: added support for specifying <code>vpc_network_sources</code> to <code>google_access_context_manager_access_levels</code>, <code>google_access_context_manager_access_level</code>, and <code>google_access_context_manager_access_level_condition</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16327">#16327</a>)</li>
<li>apigee: added support for <code>type</code> in <code>google_apigee_environment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16349">#16349</a>)</li>
<li>bigquery: added <code>cloud_spanner.database_role</code>, <code>cloud_spanner.use_data_boost</code>, and <code>cloud_spanner.max_parallelism</code> fields to <code>google_bigquery_connection</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16310">#16310</a>)</li>
<li>bigquery: added support for <code>iam_member</code> to <code>google_bigquery_dataset.access</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16322">#16322</a>)</li>
<li>container: promoted field <code>identity_service_config</code> in <code>google_container_cluster</code> to GA (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16305">#16305</a>)</li>
<li>container: added update support for <code>google_container_node_pool.node_config.taint</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16306">#16306</a>)</li>
<li>containerattached: added <code>admin_groups</code> field to <code>google_container_attached_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16307">#16307</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code> field to <code>google_dialogflow_cx_flow</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16315">#16315</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code> fields to <code>google_dialogflow_cx_page</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16315">#16315</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code>, <code>text_to_speech_settings</code>, <code>git_integration_settings</code> fields to <code>google_dialogflow_cx_agent</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16315">#16315</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>bigquery: fixed a bug when updating a <code>google_bigquery_dataset</code> that contained an <code>iamMember</code> access rule added out of band with Terraform (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16322">#16322</a>)</li>
<li>bigqueryreservation: fixed bug of incorrect resource recreation when <code>capacity_commitment_id</code> is unspecified in resource <code>google_bigquery_capacity_commitment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16320">#16320</a>)</li>
<li>cloudrunv2: made <code>annotations</code> field on the <code>google_cloud_run_v2_job</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16300">#16300</a>)</li>
<li>cloudrunv2: made <code>annotations</code> field on the <code>google_cloud_run_v2_service</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16300">#16300</a>)</li>
<li>cloudrunv2: made <code>labels</code> and <code>terraform labels</code> fields on the <code>google_cloud_run_v2_job</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16300">#16300</a>)</li>
<li>cloudrunv2: made <code>labels</code> and <code>terraform labels</code> fields on the <code>google_cloud_run_v2_service</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16300">#16300</a>)</li>
<li>edgecontainer: fixed an issue where the update endpoint for <code>google_edgecontainer_cluster</code> was incorrect. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16347">#16347</a>)</li>
<li>redis: allow <code>replica_count</code> to be set to zero in the <code>google_redis_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16302">#16302</a>)</li>
</ul>
</blockquote>
</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.4.0 (Oct 30, 2023)</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>bigquery: deprecated <code>cloud_spanner.use_serverless_analytics</code> on <code>google_bigquery_connection</code>. Use <code>cloud_spanner.use_data_boost</code> instead. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16310">#16310</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>provider: added <code>universe_domain</code> attribute as a provider attribute (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16323">#16323</a>)</li>
</ul>
<p>BREAKING CHANGES:</p>
<ul>
<li>cloudrunv2: marked <code>location</code> field as required in resource <code>google_cloud_run_v2_job</code>. Any configuration without <code>location</code> specified will cause resource creation fail (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16311">#16311</a>)</li>
<li>cloudrunv2: marked <code>location</code> field as required in resource <code>google_cloud_run_v2_service</code>. Any configuration without <code>location</code> specified will cause resource creation fail (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16311">#16311</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong> <code>google_cloud_identity_group_lookup</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16296">#16296</a>)</li>
<li><strong>New Resource:</strong> <code>google_network_connectivity_policy_based_route</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16326">#16326</a>)</li>
<li><strong>New Resource:</strong> <code>google_pubsub_schema_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16301">#16301</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>accesscontextmanager: added support for specifying <code>vpc_network_sources</code> to <code>google_access_context_manager_access_levels</code>, <code>google_access_context_manager_access_level</code>, and <code>google_access_context_manager_access_level_condition</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16327">#16327</a>)</li>
<li>apigee: added support for <code>type</code> in <code>google_apigee_environment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16349">#16349</a>)</li>
<li>bigquery: added <code>cloud_spanner.database_role</code>, <code>cloud_spanner.use_data_boost</code>, and <code>cloud_spanner.max_parallelism</code> fields to <code>google_bigquery_connection</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16310">#16310</a>)</li>
<li>bigquery: added support for <code>iam_member</code> to <code>google_bigquery_dataset.access</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16322">#16322</a>)</li>
<li>container: promoted field <code>identity_service_config</code> in <code>google_container_cluster</code> to GA (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16305">#16305</a>)</li>
<li>container: added update support for <code>google_container_node_pool.node_config.taint</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16306">#16306</a>)</li>
<li>containerattached: added <code>admin_groups</code> field to <code>google_container_attached_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16307">#16307</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code> field to <code>google_dialogflow_cx_flow</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16315">#16315</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code> fields to <code>google_dialogflow_cx_page</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16315">#16315</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code>, <code>text_to_speech_settings</code>, <code>git_integration_settings</code> fields to <code>google_dialogflow_cx_agent</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16315">#16315</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>bigquery: fixed a bug when updating a <code>google_bigquery_dataset</code> that contained an <code>iamMember</code> access rule added out of band with Terraform (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16322">#16322</a>)</li>
<li>bigqueryreservation: fixed bug of incorrect resource recreation when <code>capacity_commitment_id</code> is unspecified in resource <code>google_bigquery_capacity_commitment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16320">#16320</a>)</li>
<li>cloudrunv2: made <code>annotations</code> field on the <code>google_cloud_run_v2_job</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16300">#16300</a>)</li>
<li>cloudrunv2: made <code>annotations</code> field on the <code>google_cloud_run_v2_service</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16300">#16300</a>)</li>
<li>cloudrunv2: made <code>labels</code> and <code>terraform labels</code> fields on the <code>google_cloud_run_v2_job</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16300">#16300</a>)</li>
<li>cloudrunv2: made <code>labels</code> and <code>terraform labels</code> fields on the <code>google_cloud_run_v2_service</code> data source include all annotations present on the resource in GCP (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16300">#16300</a>)</li>
<li>edgecontainer: fixed an issue where the update endpoint for <code>google_edgecontainer_cluster</code> was incorrect. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16347">#16347</a>)</li>
<li>redis: allow <code>replica_count</code> to be set to zero in the <code>google_redis_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16302">#16302</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/8cfd110bd08ca08260c52d96e70729ef414cbb7c"><code>8cfd110</code></a> 5.4.0 changelog (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16367">#16367</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/388083d4a04318ddf66d26a455139cf2568b8393"><code>388083d</code></a> Revert &quot;Add ssl_mode option to google_sql_database_instance. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9316">#9316</a>)&quot; (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9355">#9355</a>)...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/be2fe85d5fc9220f9ff29bad676def250df404da"><code>be2fe85</code></a> Add ssl_mode option to google_sql_database_instance. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9316">#9316</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16354">#16354</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/46f0dd13ff68870fb67fbe60a5296cbdfd8c6cb8"><code>46f0dd1</code></a> bootstrap network for dataproc tests (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9304">#9304</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16351">#16351</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/40a6d5fe1507d358f054e2c0cdc00d2f43ecf866"><code>40a6d5f</code></a> Add support for type in ApigeeEnvironment; remove obsolete broken test (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9340">#9340</a>...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/704786177791e6dea2a004fcaf06f6a211507271"><code>7047861</code></a> Maintenance interval for sole-tenant node groups. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9307">#9307</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16348">#16348</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/2c358d7d31af81d3bf58135d3ded96b51b191c08"><code>2c358d7</code></a> Fix edgecontainer cluster upgrade endpoint and update the machine configurati...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/5dca1f5aaf60aba30cf797a5e3b5e088f7083550"><code>5dca1f5</code></a> Add accelerator_config to google_tpu_v2_vm (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9332">#9332</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16340">#16340</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/78be5d14c3732d62e38432f6d143cfd7728fc6df"><code>78be5d1</code></a> Clarify the database resource name in firestore document surface (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9325">#9325</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16">#16</a>...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/c7b6f092b638256d3f1cda3339d464ee67a6d7f9"><code>c7b6f09</code></a> Fix google_iam_deny_policy tests (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9321">#9321</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16337">#16337</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v5.3.0...v5.4.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.3.0&new-version=5.4.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
dependabot[bot] authored Nov 6, 2023
1 parent 94f9c5a commit a225618
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a225618

Please sign in to comment.