mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore(deps): bump hashicorp/google from 5.9.0 to 5.10.0 in /terraform/environments/production (#3051)
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.9.0 to 5.10.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.10.0</h2> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_compute_region_disk</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16732">#16732</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16698">#16698</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16700">#16700</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_vcenter_credentials</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16709">#16709</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16757">#16757</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16698">#16698</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16700">#16700</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16773">#16773</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16773">#16773</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>compute: added <code>numeric_id</code> field to <code>google_compute_network</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16712">#16712</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16729">#16729</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_region_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16729">#16729</a>)</li> <li>container: added <code>network_performance_config</code> field to <code>google_container_node_pool</code> resource to support GKE tier 1 networking (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16688">#16688</a>)</li> <li>container: added support for in-place update for <code>machine_type</code>/<code>disk_type</code>/<code>disk_size_gb</code> in <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16724">#16724</a>)</li> <li>containerazure: added <code>config.labels</code> to <code>google_container_azure_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16754">#16754</a>)</li> <li>dataform: added <code>display_name</code>, <code>labels</code> and <code>npmrc_environment_variables_secret_version</code> fields to <code>google_dataform_repository</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16733">#16733</a>)</li> <li>monitoring: added <code>severity</code> field to <code>google_monitoring_alert_policy</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16775">#16775</a>)</li> <li>notebooks: added support for <code>labels</code> to <code>google_notebooks_runtime</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16783">#16783</a>)</li> <li>recaptchaenterprise: added <code>waf_settings</code> to <code>google_recaptcha_enterprise_key</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16754">#16754</a>)</li> <li>securesourcemanager: added <code>host_config</code>, <code>state_note</code>, <code>kms_key</code>, and <code>private_config</code> fields to <code>google_secure_source_manager_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16731">#16731</a>)</li> <li>spanner: added <code>autoscaling_config.max_nodes</code> and <code>autoscaling_config.min_nodes</code> to <code>google_spanner_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16786">#16786</a>)</li> <li>storage: added <code>rpo</code> field to <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16756">#16756</a>)</li> <li>vmwareengine: added <code>type</code> field to <code>google_vmwareengine_private_cloud</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16781">#16781</a>)</li> <li>workloadidentity: added <code>saml</code> block to <code>google_iam_workload_identity_pool_provider</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16710">#16710</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>logging: fixed an issue where value change of <code>unique_writer_identity</code> on <code>google_logging_project_sink</code> does not trigger diff on dependent's usages of <code>writer_identity</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16776">#16776</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.10.0 (Dec 18, 2023)</h2> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_compute_region_disk</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16732">#16732</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16698">#16698</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16700">#16700</a>)</li> <li><strong>New Data Source:</strong> <code>google_vmwareengine_vcenter_credentials</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16709">#16709</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16757">#16757</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_external_address</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16698">#16698</a>)</li> <li><strong>New Resource:</strong> <code>google_vmwareengine_subnet</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16700">#16700</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16773">#16773</a>)</li> <li><strong>New Resource:</strong> <code>google_workbench_instance_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16773">#16773</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>compute: added <code>numeric_id</code> field to <code>google_compute_network</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16712">#16712</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16729">#16729</a>)</li> <li>compute: added <code>remove_instance_on_destroy</code> option to <code>google_compute_region_per_instance_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16729">#16729</a>)</li> <li>container: added <code>network_performance_config</code> field to <code>google_container_node_pool</code> resource to support GKE tier 1 networking (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16688">#16688</a>)</li> <li>container: added support for in-place update for <code>machine_type</code>/<code>disk_type</code>/<code>disk_size_gb</code> in <code>google_container_node_pool</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16724">#16724</a>)</li> <li>containerazure: added <code>config.labels</code> to <code>google_container_azure_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16754">#16754</a>)</li> <li>dataform: added <code>display_name</code>, <code>labels</code> and <code>npmrc_environment_variables_secret_version</code> fields to <code>google_dataform_repository</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16733">#16733</a>)</li> <li>monitoring: added <code>severity</code> field to <code>google_monitoring_alert_policy</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16775">#16775</a>)</li> <li>notebooks: added support for <code>labels</code> to <code>google_notebooks_runtime</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16783">#16783</a>)</li> <li>recaptchaenterprise: added <code>waf_settings</code> to <code>google_recaptcha_enterprise_key</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16754">#16754</a>)</li> <li>securesourcemanager: added <code>host_config</code>, <code>state_note</code>, <code>kms_key</code>, and <code>private_config</code> fields to <code>google_secure_source_manager_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16731">#16731</a>)</li> <li>spanner: added <code>autoscaling_config.max_nodes</code> and <code>autoscaling_config.min_nodes</code> to <code>google_spanner_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16786">#16786</a>)</li> <li>storage: added <code>rpo</code> field to <code>google_storage_bucket</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16756">#16756</a>)</li> <li>vmwareengine: added <code>type</code> field to <code>google_vmwareengine_private_cloud</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16781">#16781</a>)</li> <li>workloadidentity: added <code>saml</code> block to <code>google_iam_workload_identity_pool_provider</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16710">#16710</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>logging: fixed an issue where value change of <code>unique_writer_identity</code> on <code>google_logging_project_sink</code> does not trigger diff on dependent's usages of <code>writer_identity</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16776">#16776</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d535085ad6"><code>d535085</code></a> Update CHANGELOG.md (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16796">#16796</a>)</li> <li><a href="47f412a71c"><code>47f412a</code></a> Revert "The version field should be under configmanagement instead of under o...</li> <li><a href="b23960070e"><code>b239600</code></a> The version field should be under configmanagement instead of under oci (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/958">#958</a>...</li> <li><a href="bb1e863a77"><code>bb1e863</code></a> feat(spanner): support defining autoscaling limit as nodes (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9606">#9606</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16786">#16786</a>)</li> <li><a href="e6f762c758"><code>e6f762c</code></a> Add missing <code>depends_on</code> meta arguments to acceptance test config (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9623">#9623</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/1">#1</a>...</li> <li><a href="7236e2f4f1"><code>7236e2f</code></a> Label support for Google Managed Notebooks (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9625">#9625</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16783">#16783</a>)</li> <li><a href="a2b7042c90"><code>a2b7042</code></a> Remove use of <code>google_kms_crypto_key_iam_binding</code> resource in tests, to make ...</li> <li><a href="7664d6083b"><code>7664d60</code></a> Add type field to PrivateCloud in Vmwareengine (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9608">#9608</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16781">#16781</a>)</li> <li><a href="270ad8618b"><code>270ad86</code></a> Update Cloud Run v2 tests to make service account with sweepable name (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9620">#9620</a>)...</li> <li><a href="b6532c06ad"><code>b6532c0</code></a> taint writer_identity (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9561">#9561</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16776">#16776</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v5.9.0...v5.10.0">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -24,22 +24,22 @@ provider "registry.terraform.io/cyrilgdn/postgresql" {
|
||||
}
|
||||
|
||||
provider "registry.terraform.io/hashicorp/google" {
|
||||
version = "5.9.0"
|
||||
version = "5.10.0"
|
||||
constraints = "~> 5.2"
|
||||
hashes = [
|
||||
"h1:jG9wcaMKIuI8JSf8T+SjAcw5vhEpW/fnFfPjSXMbuEY=",
|
||||
"zh:19c618c257b2d9e30a0978b1282b1e418748323ae74d9c1ad63a858cb159cd86",
|
||||
"zh:2c1f18b6714062fe8eab633918b41c622423693f2a4fd747dc516f3578b8e738",
|
||||
"zh:440b31f85e2d823919639c4d248a058cd90020724a2fa543546e36611ca18df4",
|
||||
"zh:453edfad0fbd30e6d694f1b38cc9d5f0b8ec356bbce3f2919f1c4622518c46ca",
|
||||
"zh:47965b68bf9afd2f6a7412792083911d22b6a1a17f0052c9a8329b5ade47bbe9",
|
||||
"zh:5621990ad07b8cd9af6862f7a66b593b19bbdf20986d7c8cfd8948302810de51",
|
||||
"zh:74e2380a9acceb552d067697c38b4679e950fc2ba4bf47025d8917910b08df3d",
|
||||
"zh:a588be4fa16331c406a15e784d419a04e995741ed09eb2e14ec58b53f3ecd8cc",
|
||||
"zh:a60af7611f69b76ff727ee569b1ebefee82a5e5e1f1809d2df04286ee2c0aa4e",
|
||||
"zh:c15d781c9a198d343201eb1a4bc17c616ca8cb38bb33739c3e138db06022a171",
|
||||
"zh:d5c15eeb3be0e01b17ed67ab9b52137480139816edd7e90e93643be57564d2d0",
|
||||
"h1:upxt/hLnX1r+yyYTF1zA0Lx3xoTHTtkYF3VjWBr1W4s=",
|
||||
"zh:0f6a1feb5b3a128be6ef5fe0400ed800310a67e799c18aec7442161bb6d3ba36",
|
||||
"zh:13d591ba78e424c94ce5caaf176ab6b087b0e3af08a7b6bcd963673698cdefda",
|
||||
"zh:3bef54a2b24b06eef99f3df02e0fe4ac97f018c89f83e0faeb4ade921962565b",
|
||||
"zh:3f3755b8f5b9db1611d42a02c21f03c54577e4aad3cf93323792f131c671c050",
|
||||
"zh:61516eec734714ac48b565bee93cc2532160d1b4bd0320753799b829083b7060",
|
||||
"zh:9160848ad0b9becb522a0744dcb89474849906aa2436ed945c658fe201a724b0",
|
||||
"zh:aa5e79b01949cfedd874bf52958f90cf8f7d202600126c872127a9a156a3c17b",
|
||||
"zh:cef73a67031008b7d7ef3edfbcd5e1a9b04c0f2580d815401248025b741bc8e4",
|
||||
"zh:d2ad21ff9e9d2ad04146591c1b5784075e6df73e2bd243efd8d227d764b80b6e",
|
||||
"zh:f569b65999264a9416862bca5cd2a6177d94ccb0424f3a4ef424428912b9cb3c",
|
||||
"zh:f58b145081d20bce52e14bee0de73f5c018bc39b8c4736e23e1329df32f8bd45",
|
||||
"zh:fb82f6b5d1f992243ab8fe417659cdf9831202cf1e16fe7593d3967888b035cc",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user