mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): Bump hashicorp/google from 5.2.0 to 5.7.0 in /terraform/environments/staging (#2770)
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.2.0 to 5.7.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.7.0</h2> <p>DEPRECATIONS:</p> <ul> <li>gkehub: deprecated <code>config_management.binauthz</code> in <code>google_gke_hub_feature_membership</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16536">#16536</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>bigtable: added <code>standard_isolation</code> and <code>standard_isolation.priority</code> fields to <code>google_bigtable_app_profile</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16485">#16485</a>)</li> <li>cloudrunv2: promoted <code>custom_audiences</code> field to GA on <code>google_cloud_run_v2_service</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16510">#16510</a>)</li> <li>compute: promoted <code>labels</code> field to GA on <code>google_compute_vpn_tunnel</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16508">#16508</a>)</li> <li>containerattached: added <code>proxy_config</code> field to <code>google_container_attached_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16524">#16524</a>)</li> <li>gkehub: added <code>membership_location</code> field to <code>google_gke_hub_feature_membership</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16536">#16536</a>)</li> <li>logging: made the change to aqcuire and update the <code>google_logging_project_sink</code> resource that already exists at the desired location. These logging buckets cannot be removed so deleting this resource will remove the bucket config from your terraform state but will leave the logging bucket unchanged. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16513">#16513</a>)</li> <li>memcache: added <code>MEMCACHE_1_6_15</code> as a possible value for <code>memcache_version</code> in <code>google_memcache_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16531">#16531</a>)</li> <li>monitoring: added error message to delete Alert Policies first on 400 response when deleting <code>google_monitoring_uptime_check_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16535">#16535</a>)</li> <li>spanner: added <code>autoscaling_config</code> field to <code>google_spanner_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16473">#16473</a>)</li> <li>workflows: promoted <code>user_env_vars</code> field to GA on <code>google_workflows_workflow</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16477">#16477</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>compute: changed <code>external_ipv6_prefix</code> field to not be output only in <code>google_compute_subnetwork</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16480">#16480</a>)</li> <li>compute: fixed issue where <code>google_compute_attached_disk</code> would produce an error for certain zone configs (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16484">#16484</a>)</li> <li>edgecontainer: fixed update method of <code>google_edgecontainer_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16490">#16490</a>)</li> <li>provider: fixed an issue where universe domains would not overwrite API endpoints (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16521">#16521</a>)</li> <li>resourcemanager: made <code>data_source_google_project_service</code> no longer return an error when the service is not enabled (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16525">#16525</a>)</li> <li>sql: <code>ssl_mode</code> field is not stored in terraform state if it has never been used in <code>google_sql_database_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16486">#16486</a>)</li> </ul> <p>NOTES:</p> <ul> <li>dataproc: backfilled <code>terraform_labels</code> field for resource <code>google_dataproc_workflow_template</code>, so resource recreation won't happen during provider upgrade from <code>4.x</code> to <code>5.7</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16517">#16517</a>)</li> <li> <ul> <li>provider: backfilled <code>terraform_labels</code> field for some immutable resources, so resource recreation won't happen during provider upgrade from <code>4.X</code> to <code>5.7</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16518">#16518</a>)</li> </ul> </li> </ul> <h2>v5.6.0</h2> <p>FEATURES:</p> <ul> <li><strong>New Resource:</strong> <code>google_integration_connectors_connection</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16468">#16468</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>assuredworkloads: added <code>enable_sovereign_controls</code>, <code>partner</code>, <code>partner_permissions</code>, <code>violation_notifications_enabled</code>, and several other output-only fields to <code>google_assured_workloads_workloads</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16433">#16433</a>)</li> <li>composer: added <code>storage_config</code> to <code>google_composer_environment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16455">#16455</a>)</li> <li>container: added <code>fleet</code> field to <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16466">#16466</a>)</li> <li>containeraws: added <code>admin_groups</code> to <code>google_container_aws_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16433">#16433</a>)</li> <li>containerazure: added <code>admin_groups</code> to <code>google_container_azure_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16433">#16433</a>)</li> <li>dataproc: added support for <code>instance_flexibility_policy</code> in <code>google_dataproc_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16417">#16417</a>)</li> <li>dialogflowcx: added <code>is_default_start_flow</code> field to <code>google_dialogflow_cx_flow</code> resource to allow management of default flow resources via Terraform (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16441">#16441</a>)</li> <li>dialogflowcx: added <code>is_default_welcome_intent</code> and <code>is_default_negative_intent</code> fields to <code>google_dialogflow_cx_intent</code> resource to allow management of default intent resources via Terraform (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16441">#16441</a>)</li> <li>gkehub: added <code>fleet_default_member_config</code> field to <code>google_gke_hub_feature</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16457">#16457</a>)</li> <li>gkehub: added <code>metrics_gcp_service_account_email</code> to <code>google_gke_hub_feature_membership</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16433">#16433</a>)</li> <li>logging: added <code>index_configs</code> field to <code>logging_bucket_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16437">#16437</a>)</li> <li>logging: added <code>index_configs</code> field to <code>logging_project_bucket_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16437">#16437</a>)</li> <li>monitoring: added <code>pings_count</code>, <code>user_labels</code>, and <code>custom_content_type</code> fields to <code>google_monitoring_uptime_check_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16420">#16420</a>)</li> <li>spanner: added <code>autoscaling_config</code> field to <code>google_spanner_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16473">#16473</a>)</li> <li>sql: added <code>ssl_mode</code> field to <code>google_sql_database_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16394">#16394</a>)</li> <li>vertexai: added <code>private_service_connect_config</code> to <code>google_vertex_ai_index_endpoint</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16471">#16471</a>)</li> <li>workstations: added <code>domain_config</code> field to resource <code>google_workstations_workstation_cluster</code> (beta) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16464">#16464</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.7.0 (Nov 20, 2023)</h2> <p>DEPRECATIONS:</p> <ul> <li>gkehub: deprecated <code>config_management.binauthz</code> in <code>google_gke_hub_feature_membership</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16536">#16536</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>bigtable: added <code>standard_isolation</code> and <code>standard_isolation.priority</code> fields to <code>google_bigtable_app_profile</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16485">#16485</a>)</li> <li>cloudrunv2: promoted <code>custom_audiences</code> field to GA on <code>google_cloud_run_v2_service</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16510">#16510</a>)</li> <li>compute: promoted <code>labels</code> field to GA on <code>google_compute_vpn_tunnel</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16508">#16508</a>)</li> <li>containerattached: added <code>proxy_config</code> field to <code>google_container_attached_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16524">#16524</a>)</li> <li>gkehub: added <code>membership_location</code> field to <code>google_gke_hub_feature_membership</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16536">#16536</a>)</li> <li>logging: made the change to aqcuire and update the <code>google_logging_project_sink</code> resource that already exists at the desired location. These logging buckets cannot be removed so deleting this resource will remove the bucket config from your terraform state but will leave the logging bucket unchanged. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16513">#16513</a>)</li> <li>memcache: added <code>MEMCACHE_1_6_15</code> as a possible value for <code>memcache_version</code> in <code>google_memcache_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16531">#16531</a>)</li> <li>monitoring: added error message to delete Alert Policies first on 400 response when deleting <code>google_monitoring_uptime_check_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16535">#16535</a>)</li> <li>spanner: added <code>autoscaling_config</code> field to <code>google_spanner_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16473">#16473</a>)</li> <li>workflows: promoted <code>user_env_vars</code> field to GA on <code>google_workflows_workflow</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16477">#16477</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>compute: changed <code>external_ipv6_prefix</code> field to not be output only in <code>google_compute_subnetwork</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16480">#16480</a>)</li> <li>compute: fixed issue where <code>google_compute_attached_disk</code> would produce an error for certain zone configs (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16484">#16484</a>)</li> <li>edgecontainer: fixed update method of <code>google_edgecontainer_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16490">#16490</a>)</li> <li>provider: fixed an issue where universe domains would not overwrite API endpoints (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16521">#16521</a>)</li> <li>resourcemanager: made <code>data_source_google_project_service</code> no longer return an error when the service is not enabled (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16525">#16525</a>)</li> <li>sql: <code>ssl_mode</code> field is not stored in terraform state if it has never been used in <code>google_sql_database_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16486">#16486</a>)</li> </ul> <p>NOTES:</p> <ul> <li>dataproc: backfilled <code>terraform_labels</code> field for resource <code>google_dataproc_workflow_template</code>, so resource recreation won't happen during provider upgrade from <code>4.x</code> to <code>5.7</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16517">#16517</a>)</li> <li> <ul> <li>provider: backfilled <code>terraform_labels</code> field for some immutable resources, so resource recreation won't happen during provider upgrade from <code>4.X</code> to <code>5.7</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16518">#16518</a>)</li> </ul> </li> </ul> <h2>5.6.0 (Nov 13, 2023)</h2> <p>FEATURES:</p> <ul> <li><strong>New Resource:</strong> <code>google_integration_connectors_connection</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16468">#16468</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>assuredworkloads: added <code>enable_sovereign_controls</code>, <code>partner</code>, <code>partner_permissions</code>, <code>violation_notifications_enabled</code>, and several other output-only fields to <code>google_assured_workloads_workloads</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16433">#16433</a>)</li> <li>composer: added <code>storage_config</code> to <code>google_composer_environment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16455">#16455</a>)</li> <li>container: added <code>fleet</code> field to <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16466">#16466</a>)</li> <li>containeraws: added <code>admin_groups</code> to <code>google_container_aws_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16433">#16433</a>)</li> <li>containerazure: added <code>admin_groups</code> to <code>google_container_azure_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16433">#16433</a>)</li> <li>dataproc: added support for <code>instance_flexibility_policy</code> in <code>google_dataproc_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16417">#16417</a>)</li> <li>dialogflowcx: added <code>is_default_start_flow</code> field to <code>google_dialogflow_cx_flow</code> resource to allow management of default flow resources via Terraform (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16441">#16441</a>)</li> <li>dialogflowcx: added <code>is_default_welcome_intent</code> and <code>is_default_negative_intent</code> fields to <code>google_dialogflow_cx_intent</code> resource to allow management of default intent resources via Terraform (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16441">#16441</a>)</li> <li> <ul> <li>gkehub: added <code>fleet_default_member_config</code> field to <code>google_gke_hub_feature</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16457">#16457</a>)</li> </ul> </li> <li>gkehub: added <code>metrics_gcp_service_account_email</code> to <code>google_gke_hub_feature_membership</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16433">#16433</a>)</li> <li>logging: added <code>index_configs</code> field to <code>logging_bucket_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16437">#16437</a>)</li> <li>logging: added <code>index_configs</code> field to <code>logging_project_bucket_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16437">#16437</a>)</li> <li>monitoring: added <code>pings_count</code>, <code>user_labels</code>, and <code>custom_content_type</code> fields to <code>google_monitoring_uptime_check_config</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16420">#16420</a>)</li> <li>spanner: added <code>autoscaling_config</code> field to <code>google_spanner_instance</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16473">#16473</a>)</li> <li>sql: added <code>ssl_mode</code> field to <code>google_sql_database_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16394">#16394</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="d6e26a7978"><code>d6e26a7</code></a> Update CHANGELOG.md (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16554">#16554</a>)</li> <li><a href="951dd43dd4"><code>951dd43</code></a> Upgrade DCL version to 1.57.0 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9466">#9466</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16536">#16536</a>)</li> <li><a href="9e293c467f"><code>9e293c4</code></a> UptimeCheckConfig custom delete for 400s (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9429">#9429</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16535">#16535</a>)</li> <li><a href="241ee7e916"><code>241ee7e</code></a> TeamCity : Skip <code>google_project</code> sweeper in Beta projects (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/8756">#8756</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16534">#16534</a>)</li> <li><a href="15557f4ee4"><code>15557f4</code></a> Fix dataproc tests to use sweepable names (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9469">#9469</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16532">#16532</a>)</li> <li><a href="d20571fefa"><code>d20571f</code></a> Add memcached-1.6.15 to the list of allowed memcache versions (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9375">#9375</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16531">#16531</a>)</li> <li><a href="2413e08875"><code>2413e08</code></a> Fix google_dataform_repository acc tests to have dynamic generated names (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/94">#94</a>...</li> <li><a href="d7b77a84d5"><code>d7b77a8</code></a> dlp_job_trigger: clarify how to use multiple actions with example (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9458">#9458</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/1">#1</a>...</li> <li><a href="473488f5d1"><code>473488f</code></a> Update doc links for lifecycle meta argument (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9461">#9461</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16526">#16526</a>)</li> <li><a href="25ee7b50f6"><code>25ee7b5</code></a> Revert project service data source to pre-5.0.0 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9464">#9464</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16525">#16525</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v5.2.0...v5.7.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:
26
terraform/environments/staging/.terraform.lock.hcl
generated
26
terraform/environments/staging/.terraform.lock.hcl
generated
@@ -2,21 +2,21 @@
|
||||
# Manual edits may be lost in future updates.
|
||||
|
||||
provider "registry.terraform.io/hashicorp/google" {
|
||||
version = "5.2.0"
|
||||
version = "5.7.0"
|
||||
constraints = "~> 5.2"
|
||||
hashes = [
|
||||
"h1:psy0RRnGgKCsDKjdXCxQMKt4A1BlcbspWLB5UZK3A5U=",
|
||||
"zh:1d4c5b154d4764a0e3e8893193dc71ba5a4cdb2d9d9dd20f69312cc75399b038",
|
||||
"zh:26c5c6ad5edc27c643f43d950ffe982267b732723a09fef74c672ede7a7459f7",
|
||||
"zh:2b48824692ecc7fe8ae3366010a7cf8b441aa2ecb4b6e9777638952844eff19e",
|
||||
"zh:2f77cbb0528e58228117c7976e8864e7604614123c8b33d7329ffb0d084505b9",
|
||||
"zh:408e6a680c4b7235dc677b8ba6ccbda0bf07ffcbd3d13767474eea2c5177488f",
|
||||
"zh:68c2e914cf71ff490b4dbc6487900c35f702285cb0047614eccafb6ff057b748",
|
||||
"zh:849052c81c2ea4c703b22af9ae524d3f45e42c7e9a3553c1ff7a95f49fde6886",
|
||||
"zh:8f764a4ddcd5eea9f81cc72bb2fd29e2549a91b66faf8df8583c584298a26a86",
|
||||
"zh:dddc597b4af5e2dc772ec4291e39daffb4dc46f2cccde1d3a6d2cbe8d291743d",
|
||||
"zh:de9752d744bd91fd35e589fea0d8a72f983fe6fc872cfd19841758dcb8629a3b",
|
||||
"zh:ec40d112e5022e2ba408bdfab1fd2d4f30c0183db02a771fdf26cd3a8c7e9949",
|
||||
"h1:dGrS2F0C3frYTdaYvev6fZDWAGBE6O7Q4DhfO/0P7r8=",
|
||||
"zh:0c0cf15cc034d5f92cc1cd5ee4615012553a674b69ee1802e46c4b87f1c339aa",
|
||||
"zh:28e64a798320866c4dc84c323b66eef94ec98043dba016cf01d6adbe2dc85de4",
|
||||
"zh:3b6e6443a9000354f93682d847737d6e9f702a77c53a492a39b200134b3e8dfd",
|
||||
"zh:3ed6af130702d9da8fc14f94b3b2c9a93917cda31d50d934dd6de0ca48044572",
|
||||
"zh:784a0feae2a48aa9a63fe6feb86ad29e8d35647fa29eb42303b799f09ee92060",
|
||||
"zh:828e0198d99b7f9e53994470d6b51012566660a560da9c8266d1eaf2b140635c",
|
||||
"zh:8dcb7537d95ec14e75ca71cfce62323682ce0fb453902dc9f890b7c524a915d3",
|
||||
"zh:a7e760dc5707603091a0c3de0d47d6f8e51d8cce523b5c90587b05f113c5e09c",
|
||||
"zh:b5c79a5e5b9bcaf0158f5f704d31cf90fb93826085151f06dfc3ef48276ed17a",
|
||||
"zh:c44a2726dcfbf7d538aa0d5abd2473108f625d1d82485a340e62dfc04043288f",
|
||||
"zh:f4da66ba04847138949a6a178b8836182f7960e9d069bfe76f1203d9af99cd22",
|
||||
"zh:f569b65999264a9416862bca5cd2a6177d94ccb0424f3a4ef424428912b9cb3c",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user