Skip to content

Commit

Permalink
fix(deps): Bump hashicorp/google from 5.11.0 to 5.12.0 (#27)
Browse files Browse the repository at this point in the history
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.11.0 to 5.12.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.12.0</h2>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong> <code>google_dns_managed_zones</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16949">#16949</a>)</li>
<li><strong>New Data Source:</strong> <code>google_filestore_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16931">#16931</a>)</li>
<li><strong>New Data Source:</strong> <code>google_vmwareengine_external_access_rule</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16912">#16912</a>)</li>
<li><strong>New Resource:</strong> <code>google_clouddomains_registration</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16947">#16947</a>)</li>
<li><strong>New Resource:</strong> <code>google_netapp_kmsconfig</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16945">#16945</a>)</li>
<li><strong>New Resource:</strong> <code>google_vertex_ai_feature_online_store_featureview</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16930">#16930</a>)</li>
<li><strong>New Resource:</strong> <code>google_vmwareengine_external_access_rule</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16912">#16912</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>compute: added <code>md5_authentication_key</code> field to <code>google_compute_router_peer</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16923">#16923</a>)</li>
<li>compute: added in-place update support to <code>params.resource_manager_tags</code> field in <code>google_compute_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16942">#16942</a>)</li>
<li>compute: added in-place update support to <code>description</code> field in <code>google_compute_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16900">#16900</a>)</li>
<li>gkehub: added <code>policycontroller</code> field to <code>google_gke_hub_feature_membership</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16916">#16916</a>)</li>
<li>gkehub2: added <code>clusterupgrade</code> field to <code>google_gke_hub_feature</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16951">#16951</a>)</li>
<li>gkeonprem: added in-place update support to <code>vsphere_config</code> field and added <code>host_groups</code> field in <code>google_gkeonprem_vmware_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16896">#16896</a>)</li>
<li>iam: added <code>create_ignore_already_exists</code> field to <code>google_service_account</code> resource. If <code>ignore_create_already_exists</code> is set to true, resource creation would succeed when response error is 409 <code>ALREADY_EXISTS</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16927">#16927</a>)</li>
<li>servicenetworking: added field <code>deletion_policy</code> to <code>google_service_networking_connection</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16944">#16944</a>)</li>
<li>sql: set <code>replica_configuration</code>, <code>ca_cert</code>, and <code>server_ca_cert</code> fields to be sensitive in <code>google_sql_instance</code> and <code>google_sql_ssl_cert</code> resources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16932">#16932</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>bigquery: fixed perma-diff of <code>encryption_configuration</code> when API returns an empty object on <code>google_bigquery_table</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16926">#16926</a>)</li>
<li>compute: fixed an issue where the provider would <code>wait_for_instances</code> if set before deleting on <code>google_compute_instance_group_manager</code> and <code>google_compute_region_instance_group_manager</code> resources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16943">#16943</a>)</li>
<li>compute: fixed perma-diff that reordered <code>stateful_external_ip</code> and <code>stateful_internal_ip</code> blocks on <code>google_compute_instance_group_manager</code> and <code>google_compute_region_instance_group_manager</code> resources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16910">#16910</a>)</li>
<li>datapipeline: fixed perma-diff of <code>scheduler_service_account_email</code> when it's not explicitly specified in <code>google_data_pipeline_pipeline</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16917">#16917</a>)</li>
<li>edgecontainer: fixed resource import on <code>google_edgecontainer_vpn_connection</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16948">#16948</a>)</li>
<li>servicemanagement: fixed an issue where an inconsistent plan would be created when certain fields such as <code>openapi_config</code>, <code>grpc_config</code>, and <code>protoc_output_base64</code>, had computed values in <code>google_endpoints_service</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16946">#16946</a>)</li>
<li>storage: fixed an issue where retry timeout wasn't being utilized when creating <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16902">#16902</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.12.0 (Jan 16, 2024)</h2>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong> <code>google_dns_managed_zones</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16949">#16949</a>)</li>
<li><strong>New Data Source:</strong> <code>google_filestore_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16931">#16931</a>)</li>
<li><strong>New Data Source:</strong> <code>google_vmwareengine_external_access_rule</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16912">#16912</a>)</li>
<li><strong>New Resource:</strong> <code>google_clouddomains_registration</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16947">#16947</a>)</li>
<li><strong>New Resource:</strong> <code>google_netapp_kmsconfig</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16945">#16945</a>)</li>
<li><strong>New Resource:</strong> <code>google_vertex_ai_feature_online_store_featureview</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16930">#16930</a>)</li>
<li><strong>New Resource:</strong> <code>google_vmwareengine_external_access_rule</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16912">#16912</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>compute: added <code>md5_authentication_key</code> field to <code>google_compute_router_peer</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16923">#16923</a>)</li>
<li>compute: added in-place update support to <code>params.resource_manager_tags</code> field in <code>google_compute_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16942">#16942</a>)</li>
<li>compute: added in-place update support to <code>description</code> field in <code>google_compute_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16900">#16900</a>)</li>
<li>gkehub: added <code>policycontroller</code> field to <code>google_gke_hub_feature_membership</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16916">#16916</a>)</li>
<li>gkehub2: added <code>clusterupgrade</code> field to <code>google_gke_hub_feature</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16951">#16951</a>)</li>
<li>gkeonprem: added in-place update support to <code>vsphere_config</code> field and added <code>host_groups</code> field in <code>google_gkeonprem_vmware_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16896">#16896</a>)</li>
<li>iam: added <code>create_ignore_already_exists</code> field to <code>google_service_account</code> resource. If <code>ignore_create_already_exists</code> is set to true, resource creation would succeed when response error is 409 <code>ALREADY_EXISTS</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16927">#16927</a>)</li>
<li>servicenetworking: added field <code>deletion_policy</code> to <code>google_service_networking_connection</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16944">#16944</a>)</li>
<li>sql: set <code>replica_configuration</code>, <code>ca_cert</code>, and <code>server_ca_cert</code> fields to be sensitive in <code>google_sql_instance</code> and <code>google_sql_ssl_cert</code> resources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16932">#16932</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>bigquery: fixed perma-diff of <code>encryption_configuration</code> when API returns an empty object on <code>google_bigquery_table</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16926">#16926</a>)</li>
<li>compute: fixed an issue where the provider would <code>wait_for_instances</code> if set before deleting on <code>google_compute_instance_group_manager</code> and <code>google_compute_region_instance_group_manager</code> resources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16943">#16943</a>)</li>
<li>compute: fixed perma-diff that reordered <code>stateful_external_ip</code> and <code>stateful_internal_ip</code> blocks on <code>google_compute_instance_group_manager</code> and <code>google_compute_region_instance_group_manager</code> resources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16910">#16910</a>)</li>
<li>datapipeline: fixed perma-diff of <code>scheduler_service_account_email</code> when it's not explicitly specified in <code>google_data_pipeline_pipeline</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16917">#16917</a>)</li>
<li>edgecontainer: fixed resource import on <code>google_edgecontainer_vpn_connection</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16948">#16948</a>)</li>
<li>servicemanagement: fixed an issue where an inconsistent plan would be created when certain fields such as <code>openapi_config</code>, <code>grpc_config</code>, and <code>protoc_output_base64</code>, had computed values in <code>google_endpoints_service</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16946">#16946</a>)</li>
<li>storage: fixed an issue where retry timeout wasn't being utilized when creating <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16902">#16902</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/858054bea2399d6e63302c009b34c39838adaf31"><code>858054b</code></a> Add the clusterupgrade feature config for the fleet Feature resource. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9614">#9614</a>)...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/246ade5ec276495872238d22ea68587b72c1a371"><code>246ade5</code></a> Add <code>google_dns_managed_zones</code> data source and acceptance test (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9742">#9742</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16949">#16949</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/4bf0dc377769209dabcc2f3ad5399958cd21bad7"><code>4bf0dc3</code></a> Remove edgecontainer vpnconnection import rule (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9764">#9764</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16948">#16948</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/56aa6e40fc57bc5475c04852b08fe0b7d81cc0e6"><code>56aa6e4</code></a> Cloud Domains Registration (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9772">#9772</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16947">#16947</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/eb3388c3967392c9326bae5b8de71493d21fded6"><code>eb3388c</code></a> Fixed issue where  ConfigId was erroneously pre-computed when other fields we...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/150705d2bbb544182ddfc19b2a50efd10f4d5dc7"><code>150705d</code></a> add support for netapp KMS_config(<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9353">#9353</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16945">#16945</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/25c8e9a2a41385eea02527036a4038dc40a355ee"><code>25c8e9a</code></a> Corrected typo in resource name in changelog (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16933">#16933</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/dc9b041b0ad380e283c1465fffdf4d1f283b9e75"><code>dc9b041</code></a> Added abandon policy (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9765">#9765</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16944">#16944</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/301e338af72f9e19c867771c22ab296cce0bd03f"><code>301e338</code></a> Remove wait for instances stable on IGM and RIGM deletion. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9781">#9781</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16943">#16943</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/3e19559d12c22dc580f2c9a81f5745681204824e"><code>3e19559</code></a> Allow users to update google_compute_instance resource_manager_tags in place ...</li>
<li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v5.11.0...v5.12.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.11.0&new-version=5.12.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 Jan 22, 2024
1 parent 4a9b701 commit 60156f5
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 60156f5

Please sign in to comment.