Skip to content

Commit

Permalink
fix(deps): Bump hashicorp/google from 4.84.0 to 5.0.0 (#24)
Browse files Browse the repository at this point in the history
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 4.84.0 to 5.0.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.0.0</h2>
<p>KNOWN ISSUES:</p>
<ul>
<li>Updating some resources post-upgrade results in an error like &quot;The update_mask in the Update{{Resource}}Request must be set&quot;. This should be resolved in <code>5.1.0</code>, see <a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16091">hashicorp/terraform-provider-google#16091</a> for details.</li>
</ul>
<p><a href="https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/version_5_upgrade">Terraform Google Provider 5.0.0 Upgrade Guide</a></p>
<p>NOTES:</p>
<ul>
<li>provider: some provider default values are now shown at plan-time (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15707">#15707</a>)</li>
</ul>
<p>LABELS REWORK:</p>
<ul>
<li>provider: default labels configured on the provider through the new <code>default_labels</code> field are now supported. The default labels configured on the provider will be applied to all of the resources with standard <code>labels</code> field.</li>
<li>provider: resources with labels - three label-related fields are now in all of the resources with standard <code>labels</code> field. <code>labels</code> field is non-authoritative and only manages the labels defined by the users on the resource through Terraform. The new output-only <code>terraform_labels</code> field merges the labels defined by the users on the resource through Terraform and the default labels configured on the provider. The new output-only <code>effective_labels</code> field lists all of labels present on the resource in GCP, including the labels configured through Terraform, the system, and other clients.</li>
<li>provider: resources with annotations - two annotation-related fields are now in all of the resources with standard <code>annotations</code> field. The <code>annotations</code> field is non-authoritative and only manages the annotations defined by the users on the resource through Terraform. The new output-only <code>effective_annotations</code> field lists all of annotations present on the resource in GCP, including the annotations configured through Terraform, the system, and other clients.</li>
<li>provider: datasources with labels - three fields <code>labels</code>, <code>terraform_labels</code>, and <code>effective_labels</code> are now present in most resource-based datasources. All three fields have all of labels present on the resource in GCP including the labels configured through Terraform, the system, and other clients, equivalent to <code>effective_labels</code> on the resource.</li>
<li>provider: datasources with annotations - both <code>annotations</code> and <code>effective_annotations</code> are now present in most resource-based datasources. Both fields have all of annotations present on the resource in GCP including the annotations configured through Terraform, the system, and other clients, equivalent to <code>effective_annotations</code> on the resource.</li>
</ul>
<p>BREAKING CHANGES:</p>
<ul>
<li>provider: added provider-level validation so these fields are not set as empty strings in a user's config: <code>credentials</code>, <code>access_token</code>, <code>impersonate_service_account</code>, <code>project</code>, <code>billing_project</code>, <code>region</code>, <code>zone</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15968">#15968</a>)</li>
<li>provider: fixed many import functions throughout the provider that matched a subset of the provided input when possible. Now, the GCP resource id supplied to &quot;terraform import&quot; must match exactly. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15977">#15977</a>)</li>
<li>provider: made data sources return errors on 404s when applicable instead of silently failing (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15799">#15799</a>)</li>
<li>provider: made empty strings in the provider configuration block no longer be ignored when configuring the provider(<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15968">#15968</a>)</li>
<li>accesscontextmanager: changed multiple array fields to sets where appropriate to prevent duplicates and fix diffs caused by server side reordering. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15756">#15756</a>)</li>
<li>bigquery: added more input validations for <code>google_bigquery_table</code> schema (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15338">#15338</a>)</li>
<li>bigquery: made <code>routine_type</code> required for <code>google_bigquery_routine</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15517">#15517</a>)</li>
<li>cloudfunction2: made <code>location</code> required on <code>google_cloudfunctions2_function</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15830">#15830</a>)</li>
<li>cloudiot: removed deprecated datasource <code>google_cloudiot_registry_iam_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15739">#15739</a>)</li>
<li>cloudiot: removed deprecated resource <code>google_cloudiot_device</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15739">#15739</a>)</li>
<li>cloudiot: removed deprecated resource  <code>google_cloudiot_registry</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15739">#15739</a>)</li>
<li>cloudiot: removed deprecated resource <code>google_cloudiot_registry_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15739">#15739</a>)</li>
<li>cloudrunv2: removed deprecated field <code>liveness_probe.tcp_socket</code> from <code>google_cloud_run_v2_service</code> resource. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15430">#15430</a>)</li>
<li>cloudrunv2: removed deprecated fields <code>startup_probe</code> and <code>liveness_probe</code> from <code>google_cloud_run_v2_job</code> resource. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15430">#15430</a>)</li>
<li>cloudrunv2: retyped <code>volumes.cloud_sql_instance.instances</code> to SET from ARRAY for <code>google_cloud_run_v2_service</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15831">#15831</a>)</li>
<li>compute: made <code>google_compute_node_group</code> require one of <code>initial_size</code> or <code>autoscaling_policy</code> fields configured upon resource creation (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16006">#16006</a>)</li>
<li>compute: made <code>size</code> in <code>google_compute_node_group</code> an output only field. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16006">#16006</a>)</li>
<li>compute: removed default value for <code>rule.rate_limit_options.encorce_on_key</code> on resource <code>google_compute_security_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15681">#15681</a>)</li>
<li>compute: retyped <code>consumer_accept_lists</code> to a SET from an ARRAY type for <code>google_compute_service_attachment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15985">#15985</a>)</li>
<li>container: added <code>deletion_protection</code> to <code>google_container_cluster</code> which is enabled to <code>true</code> by default. When enabled, this field prevents Terraform from deleting the resource. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16013">#16013</a>)</li>
<li>container: changed <code>management.auto_repair</code> and <code>management.auto_upgrade</code> defaults to true in <code>google_container_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15931">#15931</a>)</li>
<li>container: changed <code>networking_mode</code> default to <code>VPC_NATIVE</code> for newly created <code>google_container_cluster</code> resources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6402">#6402</a>)</li>
<li>container: removed <code>enable_binary_authorization</code> in <code>google_container_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15868">#15868</a>)</li>
<li>container: removed default for <code>logging_variant</code> in <code>google_container_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15931">#15931</a>)</li>
<li>container: removed default value in <code>network_policy.provider</code> in <code>google_container_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15920">#15920</a>)</li>
<li>container: removed the behaviour that <code>google_container_cluster</code> will delete the cluster if it's created in an error state. Instead, it will mark the cluster as tainted, allowing manual inspection and intervention. To proceed with deletion, run another <code>terraform apply</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15887">#15887</a>)</li>
<li>container: reworked the <code>taint</code> field in <code>google_container_cluster</code> and <code>google_container_node_pool</code> to only manage a subset of taint keys based on those already in state. Most existing resources are unaffected, unless they use <code>sandbox_config</code>- see upgrade guide for details. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15959">#15959</a>)</li>
<li>dataplex: removed <code>data_profile_result</code> and <code>data_quality_result</code> from <code>google_dataplex_scan</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15505">#15505</a>)</li>
<li>firebase: changed <code>deletion_policy</code> default to <code>DELETE</code> for <code>google_firebase_web_app</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15406">#15406</a>)</li>
<li>firebase: removed <code>google_firebase_project_location</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15764">#15764</a>)</li>
<li>gameservices: removed Terraform support for <code>gameservices</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15558">#15558</a>)</li>
<li>logging: changed the default value of <code>unique_writer_identity</code> from <code>false</code> to <code>true</code> in <code>google_logging_project_sink</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15743">#15743</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.0.0 (Oct 2, 2023)</h2>
<p>KNOWN ISSUES:</p>
<ul>
<li>Updating some resources post-upgrade results in an error like &quot;The update_mask in the Update{{Resource}}Request must be set&quot;. This should be resolved in <code>5.1.0</code>, see <a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16091">hashicorp/terraform-provider-google#16091</a> for details.</li>
</ul>
<p><a href="https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/version_5_upgrade">Terraform Google Provider 5.0.0 Upgrade Guide</a></p>
<p>NOTES:</p>
<ul>
<li>provider: some provider default values are now shown at plan-time (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15707">#15707</a>)</li>
</ul>
<p>LABELS REWORK:</p>
<ul>
<li>provider: default labels configured on the provider through the new <code>default_labels</code> field are now supported. The default labels configured on the provider will be applied to all of the resources with standard <code>labels</code> field.</li>
<li>provider: resources with labels - three label-related fields are now in all of the resources with standard <code>labels</code> field. <code>labels</code> field is non-authoritative and only manages the labels defined by the users on the resource through Terraform. The new output-only <code>terraform_labels</code> field merges the labels defined by the users on the resource through Terraform and the default labels configured on the provider. The new output-only <code>effective_labels</code> field lists all of labels present on the resource in GCP, including the labels configured through Terraform, the system, and other clients.</li>
<li>provider: resources with annotations - two annotation-related fields are now in all of the resources with standard <code>annotations</code> field. The <code>annotations</code> field is non-authoritative and only manages the annotations defined by the users on the resource through Terraform. The new output-only <code>effective_annotations</code> field lists all of annotations present on the resource in GCP, including the annotations configured through Terraform, the system, and other clients.</li>
<li>provider: datasources with labels - three fields <code>labels</code>, <code>terraform_labels</code>, and <code>effective_labels</code> are now present in most resource-based datasources. All three fields have all of labels present on the resource in GCP including the labels configured through Terraform, the system, and other clients, equivalent to <code>effective_labels</code> on the resource.</li>
<li>provider: datasources with annotations - both <code>annotations</code> and <code>effective_annotations</code> are now present in most resource-based datasources. Both fields have all of annotations present on the resource in GCP including the annotations configured through Terraform, the system, and other clients, equivalent to <code>effective_annotations</code> on the resource.</li>
</ul>
<p>BREAKING CHANGES:</p>
<ul>
<li>provider: added provider-level validation so these fields are not set as empty strings in a user's config: <code>credentials</code>, <code>access_token</code>, <code>impersonate_service_account</code>, <code>project</code>, <code>billing_project</code>, <code>region</code>, <code>zone</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15968">#15968</a>)</li>
<li>provider: fixed many import functions throughout the provider that matched a subset of the provided input when possible. Now, the GCP resource id supplied to &quot;terraform import&quot; must match exactly. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15977">#15977</a>)</li>
<li>provider: made data sources return errors on 404s when applicable instead of silently failing (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15799">#15799</a>)</li>
<li>provider: made empty strings in the provider configuration block no longer be ignored when configuring the provider(<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15968">#15968</a>)</li>
<li>accesscontextmanager: changed multiple array fields to sets where appropriate to prevent duplicates and fix diffs caused by server side reordering. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15756">#15756</a>)</li>
<li>bigquery: added more input validations for <code>google_bigquery_table</code> schema (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15338">#15338</a>)</li>
<li>bigquery: made <code>routine_type</code> required for <code>google_bigquery_routine</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15517">#15517</a>)</li>
<li>cloudfunction2: made <code>location</code> required on <code>google_cloudfunctions2_function</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15830">#15830</a>)</li>
<li>cloudiot: removed deprecated datasource <code>google_cloudiot_registry_iam_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15739">#15739</a>)</li>
<li>cloudiot: removed deprecated resource <code>google_cloudiot_device</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15739">#15739</a>)</li>
<li>cloudiot: removed deprecated resource  <code>google_cloudiot_registry</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15739">#15739</a>)</li>
<li>cloudiot: removed deprecated resource <code>google_cloudiot_registry_iam_*</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15739">#15739</a>)</li>
<li>cloudrunv2: removed deprecated field <code>liveness_probe.tcp_socket</code> from <code>google_cloud_run_v2_service</code> resource. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15430">#15430</a>)</li>
<li>cloudrunv2: removed deprecated fields <code>startup_probe</code> and <code>liveness_probe</code> from <code>google_cloud_run_v2_job</code> resource. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15430">#15430</a>)</li>
<li>cloudrunv2: retyped <code>volumes.cloud_sql_instance.instances</code> to SET from ARRAY for <code>google_cloud_run_v2_service</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15831">#15831</a>)</li>
<li>compute: made <code>google_compute_node_group</code> require one of <code>initial_size</code> or <code>autoscaling_policy</code> fields configured upon resource creation (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16006">#16006</a>)</li>
<li>compute: made <code>size</code> in <code>google_compute_node_group</code> an output only field. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16006">#16006</a>)</li>
<li>compute: removed default value for <code>rule.rate_limit_options.encorce_on_key</code> on resource <code>google_compute_security_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15681">#15681</a>)</li>
<li>compute: retyped <code>consumer_accept_lists</code> to a SET from an ARRAY type for <code>google_compute_service_attachment</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15985">#15985</a>)</li>
<li>container: added <code>deletion_protection</code> to <code>google_container_cluster</code> which is enabled to <code>true</code> by default. When enabled, this field prevents Terraform from deleting the resource. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/16013">#16013</a>)</li>
<li>container: changed <code>management.auto_repair</code> and <code>management.auto_upgrade</code> defaults to true in <code>google_container_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15931">#15931</a>)</li>
<li>container: changed <code>networking_mode</code> default to <code>VPC_NATIVE</code> for newly created <code>google_container_cluster</code> resources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6402">#6402</a>)</li>
<li>container: removed <code>enable_binary_authorization</code> in <code>google_container_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15868">#15868</a>)</li>
<li>container: removed default for <code>logging_variant</code> in <code>google_container_node_pool</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15931">#15931</a>)</li>
<li>container: removed default value in <code>network_policy.provider</code> in <code>google_container_cluster</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15920">#15920</a>)</li>
<li>container: removed the behaviour that <code>google_container_cluster</code> will delete the cluster if it's created in an error state. Instead, it will mark the cluster as tainted, allowing manual inspection and intervention. To proceed with deletion, run another <code>terraform apply</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15887">#15887</a>)</li>
<li>container: reworked the <code>taint</code> field in <code>google_container_cluster</code> and <code>google_container_node_pool</code> to only manage a subset of taint keys based on those already in state. Most existing resources are unaffected, unless they use <code>sandbox_config</code>- see upgrade guide for details. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15959">#15959</a>)</li>
<li>dataplex: removed <code>data_profile_result</code> and <code>data_quality_result</code> from <code>google_dataplex_scan</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15505">#15505</a>)</li>
<li>firebase: changed <code>deletion_policy</code> default to <code>DELETE</code> for <code>google_firebase_web_app</code>. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15406">#15406</a>)</li>
<li>firebase: removed <code>google_firebase_project_location</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15764">#15764</a>)</li>
<li>gameservices: removed Terraform support for <code>gameservices</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/15558">#15558</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/c8e4c7e62aca4ce2fa01be95671b2463d6c968ac"><code>c8e4c7e</code></a> 5.0.0 changelog - GA (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16067">#16067</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/afd9812ab8d36b3d3d9005436f9464006cec4e48"><code>afd9812</code></a> add default labels to provider reference page (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9143">#9143</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16079">#16079</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/52b2cf4174a1e5d7656b1ca8d4f4916bb7d102e9"><code>52b2cf4</code></a> Edit pass on upgrade guide for 5.0.0 (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9142">#9142</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16078">#16078</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/6dd1b486583cf02fd6b50b19a9d30b3b22bf0197"><code>6dd1b48</code></a> 5.0.0 upgrade guide reformatting (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9139">#9139</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16071">#16071</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/b74282ec53d32493082858dab45165e477898f13"><code>b74282e</code></a> Fix lables tests and apply new models to alloydb resources (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9123">#9123</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16068">#16068</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/e686cd62b566838a1b09c8157fca7e832c03af4f"><code>e686cd6</code></a> Container wording tweaks (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9135">#9135</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16066">#16066</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/6ca3656af3cdd9ae5b5f29aa4e2ceba723932fbb"><code>6ca3656</code></a> missed iam resources in update (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9117">#9117</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16051">#16051</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/68f2f75adddfcb6b8207a2ef1b01f77425f04e40"><code>68f2f75</code></a> make vpc-native clusters the default (for new clusters) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9067">#9067</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16050">#16050</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/43271afbfb5d086bc6ae14c2a4b5d35f83c41cf5"><code>43271af</code></a> Add more details to labels model in 5.0 guide (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9091">#9091</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16045">#16045</a>)</li>
<li><a href="https://github.com/hashicorp/terraform-provider-google/commit/060279c9374eff5d226edbf0a75ae52a57f2929f"><code>060279c</code></a> Container cluster upgrade guide update (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/9087">#9087</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/16041">#16041</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v4.84.0...v5.0.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=4.84.0&new-version=5.0.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 Oct 9, 2023
1 parent 9e1cc4e commit 6a2e29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.75.0, < 5.0.0"
version = ">= 4.75.0, < 6.0.0"
}
}
}
Expand Down

0 comments on commit 6a2e29d

Please sign in to comment.