Skip to content

Commit

Permalink
fix(deps): Bump hashicorp/google from 5.32.0 to 5.33.0 (#58)
Browse files Browse the repository at this point in the history
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.32.0 to 5.33.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.33.0</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>healthcare: deprecated <code>notification_config</code> in <code>google_healthcare_fhir_store</code> resource. Use <code>notification_configs</code> instead. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18306">#18306</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong> <code>google_compute_security_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18316">#18316</a>)</li>
<li><strong>New Resource:</strong> <code>google_compute_project_cloud_armor_tier</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18319">#18319</a>)</li>
<li><strong>New Resource:</strong> <code>google_network_services_service_lb_policies</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18326">#18326</a>)</li>
<li><strong>New Resource:</strong> <code>google_scc_management_organization_event_threat_detection_custom_module</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18317">#18317</a>)</li>
<li><strong>New Resource:</strong> <code>google_spanner_instance_config</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18322">#18322</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>appengine: added <code>flexible_runtime_settings</code> field to <code>google_app_engine_flexible_app_version</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18325">#18325</a>)</li>
<li>bigtable: added <code>force_destroy</code> field to <code>google_bigtable_instance</code> resource. This will force delete any backups present in the instance and allow the instance to be deleted. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18291">#18291</a>)</li>
<li>clouddeploy: added <code>execution_configs.verbose</code> field to <code>google_clouddeploy_target</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18292">#18292</a>)</li>
<li>compute: added <code>storage_pool</code> field to <code>google_compute_disk</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18273">#18273</a>)</li>
<li>dlp: added <code>secrets_discovery_target</code>, <code>cloud_sql_target.filter.database_resource_reference</code>, and <code>big_query_target.filter.table_reference</code> fields to <code>google_data_loss_prevention_discovery_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18324">#18324</a>)</li>
<li>gkebackup: added <code>backup_schedule.backup_config.permissive_mode</code> field to <code>google_gke_backup_backup_plan</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18266">#18266</a>)</li>
<li>gkebackup: added <code>restore_config.restore_order</code> field to <code>google_gke_backup_restore_plan</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18266">#18266</a>)</li>
<li>gkebackup: added <code>restore_config.volume_data_restore_policy_bindings</code> field to <code>google_gke_backup_restore_plan</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18266">#18266</a>)</li>
<li>gkebackup: added new enum values <code>MERGE_SKIP_ON_CONFLICT</code>, <code>MERGE_REPLACE_VOLUME_ON_CONFLICT</code> and <code>MERGE_REPLACE_ON_CONFLICT</code> to field <code>restore_config.namespaced_resource_restore_mode</code> in <code>google_gke_backup_restore_plan</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18266">#18266</a>)</li>
<li>healthcare: added <code>notification_config.send_for_bulk_import</code> field to <code>google_healthcare_dicom_store</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18320">#18320</a>)</li>
<li>healthcare: added <code>notification_configs</code> field to <code>google_healthcare_fhir_store</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18306">#18306</a>)</li>
<li>integrationconnectors: added <code>endpoint_global_access</code> field to <code>google_integration_connectors_endpoint_attachment</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18293">#18293</a>)</li>
<li>netapp: added <code>backup_config</code> field to <code>google_netapp_volume</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18286">#18286</a>)</li>
<li>redis: added <code>zone_distribution_config</code> field to <code>google_redis_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18307">#18307</a>)</li>
<li>resourcemanager: added support for <code>range_type = &quot;default-domains-netblocks&quot;</code> in <code>google_netblock_ip_ranges</code> data source (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18290">#18290</a>)</li>
<li>secretmanager: added support for IAM conditions in <code>google_secret_manager_secret_iam_*</code> resources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18294">#18294</a>)</li>
<li>workstations: added <code>boot_disk_size_gb</code>, <code>enable_nested_virtualization</code>, and <code>pool_size</code> to <code>host.gce_instance.boost_configs</code> in <code>google_workstations_workstation_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18310">#18310</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>container: fixed <code>google_container_node_pool</code> crash if <code>node_config.secondary_boot_disks.mode</code> is not set (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18323">#18323</a>)</li>
<li>dlp: removed <code>required</code> on <code>inspect_config.limits.max_findings_per_info_type.info_type</code> field to allow the use of default limit by not setting this field in <code>google_data_loss_prevention_inspect_template</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18285">#18285</a>)</li>
<li>provider: fixed application default credential and access token authorization when <code>universe_domain</code> is set (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18272">#18272</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.33.0 (June 10, 2024)</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>healthcare: deprecated <code>notification_config</code> in <code>google_healthcare_fhir_store</code> resource. Use <code>notification_configs</code> instead. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18306">#18306</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong> <code>google_compute_security_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18316">#18316</a>)</li>
<li><strong>New Resource:</strong> <code>google_compute_project_cloud_armor_tier</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18319">#18319</a>)</li>
<li><strong>New Resource:</strong> <code>google_network_services_service_lb_policies</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18326">#18326</a>)</li>
<li><strong>New Resource:</strong> <code>google_scc_management_organization_event_threat_detection_custom_module</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18317">#18317</a>)</li>
<li><strong>New Resource:</strong> <code>google_spanner_instance_config</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18322">#18322</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>appengine: added <code>flexible_runtime_settings</code> field to <code>google_app_engine_flexible_app_version</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18325">#18325</a>)</li>
<li>bigtable: added <code>force_destroy</code> field to <code>google_bigtable_instance</code> resource. This will force delete any backups present in the instance and allow the instance to be deleted. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18291">#18291</a>)</li>
<li>clouddeploy: added <code>execution_configs.verbose</code> field to <code>google_clouddeploy_target</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18292">#18292</a>)</li>
<li>compute: added <code>storage_pool</code> field to <code>google_compute_disk</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18273">#18273</a>)</li>
<li>dlp: added <code>secrets_discovery_target</code>, <code>cloud_sql_target.filter.database_resource_reference</code>, and <code>big_query_target.filter.table_reference</code> fields to <code>google_data_loss_prevention_discovery_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18324">#18324</a>)</li>
<li>gkebackup: added <code>backup_schedule.backup_config.permissive_mode</code> field to <code>google_gke_backup_backup_plan</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18266">#18266</a>)</li>
<li>gkebackup: added <code>restore_config.restore_order</code> field to <code>google_gke_backup_restore_plan</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18266">#18266</a>)</li>
<li>gkebackup: added <code>restore_config.volume_data_restore_policy_bindings</code> field to <code>google_gke_backup_restore_plan</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18266">#18266</a>)</li>
<li>gkebackup: added new enum values <code>MERGE_SKIP_ON_CONFLICT</code>, <code>MERGE_REPLACE_VOLUME_ON_CONFLICT</code> and <code>MERGE_REPLACE_ON_CONFLICT</code> to field <code>restore_config.namespaced_resource_restore_mode</code> in <code>google_gke_backup_restore_plan</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18266">#18266</a>)</li>
<li>healthcare: added <code>notification_config.send_for_bulk_import</code> field to <code>google_healthcare_dicom_store</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18320">#18320</a>)</li>
<li>healthcare: added <code>notification_configs</code> field to <code>google_healthcare_fhir_store</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18306">#18306</a>)</li>
<li>integrationconnectors: added <code>endpoint_global_access</code> field to <code>google_integration_connectors_endpoint_attachment</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18293">#18293</a>)</li>
<li>netapp: added <code>backup_config</code> field to <code>google_netapp_volume</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18286">#18286</a>)</li>
<li>redis: added <code>zone_distribution_config</code> field to <code>google_redis_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18307">#18307</a>)</li>
<li>resourcemanager: added support for <code>range_type = &quot;default-domains-netblocks&quot;</code> in <code>google_netblock_ip_ranges</code> data source (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18290">#18290</a>)</li>
<li>secretmanager: added support for IAM conditions in <code>google_secret_manager_secret_iam_*</code> resources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18294">#18294</a>)</li>
<li>workstations: added <code>boot_disk_size_gb</code>, <code>enable_nested_virtualization</code>, and <code>pool_size</code> to <code>host.gce_instance.boost_configs</code> in <code>google_workstations_workstation_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18310">#18310</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>container: fixed <code>google_container_node_pool</code> crash if <code>node_config.secondary_boot_disks.mode</code> is not set (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18323">#18323</a>)</li>
<li>dlp: removed <code>required</code> on <code>inspect_config.limits.max_findings_per_info_type.info_type</code> field to allow the use of default limit by not setting this field in <code>google_data_loss_prevention_inspect_template</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18285">#18285</a>)</li>
<li>provider: fixed application default credential and access token authorization when <code>universe_domain</code> is set (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18272">#18272</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/4007e3b8d2d472223906c5f861cf2d37e9b59814"><code>4007e3b</code></a> Update 5.33 CHANGELOG.md (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18352">#18352</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/fd4f9d0fcc883ab5a0181af03cdee5d2dbaa59df"><code>fd4f9d0</code></a> Add 5.32 changelog to main branch (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18347">#18347</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/ba35bd199d6909a41e2d7533c606427ca7012264"><code>ba35bd1</code></a> Add new resource &quot;Service LB Policy&quot; to the provider (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10730">#10730</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18326">#18326</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/6c4ae8c41a00600d0d49ee75a99e77566836e2d8"><code>6c4ae8c</code></a> Add flexibleRuntimeSettings to app engine flexible (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10795">#10795</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18325">#18325</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/588cfca44789a9ab03d5f7e6040e68adecc46cec"><code>588cfca</code></a> Add secrets_discovery_target field in google_data_loss_prevention_discovery_c...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/e459f92b6731c233ae75a60b15036dda0bd2ddb2"><code>e459f92</code></a> feat(google_container_node_pool): Handle nil mode in secondary boot disk. (<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/bce2f693e7212c1d1060fb4ebbab41d8ebc49045"><code>bce2f69</code></a> feat(spanner): Add InstanceConfig resource in Spanner product (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10341">#10341</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18322">#18322</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/fe9bbb11dab2b96cc02751882e67b7eceed43887"><code>fe9bbb1</code></a> Rework comments on deletion_protection (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10767">#10767</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18321">#18321</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/1d1e3299a79efed056b5e9f646e71b65cbb30d9c"><code>1d1e329</code></a> Add notification_config.send_for_bulk_import field to google_healthcare_dicom...</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/28bc76c42737c39f5d61be5c995586704a081038"><code>28bc76c</code></a> Added new resource &quot;Project Cloud Armor Tier&quot; (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10698">#10698</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18319">#18319</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v5.32.0...v5.33.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.32.0&new-version=5.33.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 Jun 17, 2024
1 parent 5c56197 commit 82ca322
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 82ca322

Please sign in to comment.