grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
23.96k stars 3.46k forks source link

chore(deps): update terraform google to v6.9.0 #14718

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Type Update Change
google (source) required_provider minor 6.5.0 -> 6.9.0

Release Notes

hashicorp/terraform-provider-google (google) ### [`v6.9.0`](https://redirect.github.com/hashicorp/terraform-provider-google/blob/HEAD/CHANGELOG.md#690-Unreleased) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-google/compare/v6.8.0...v6.9.0) ### [`v6.8.0`](https://redirect.github.com/hashicorp/terraform-provider-google/blob/HEAD/CHANGELOG.md#680-October-21-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-google/compare/v6.7.0...v6.8.0) FEATURES: - **New Data Source:** `google_oracle_database_cloud_exadata_infrastructure` ([#​19856](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19856)) - **New Data Source:** `google_oracle_database_cloud_vm_cluster` ([#​19859](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19859)) - **New Data Source:** `google_oracle_database_db_nodes` ([#​19871](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19871)) - **New Data Source:** `google_oracle_database_db_servers` ([#​19823](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19823)) - **New Resource:** `google_oracle_database_autonomous_database` ([#​19860](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19860)) - **New Resource:** `google_oracle_database_cloud_exadata_infrastructure` ([#​19798](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19798)) - **New Resource:** `google_oracle_database_cloud_vm_cluster` ([#​19837](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19837)) - **New Resource:** `google_transcoder_job_template` ([#​19854](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19854)) - **New Resource:** `google_transcoder_job` ([#​19854](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19854)) IMPROVEMENTS: - cloudfunctions: increased the timeouts to 20 minutes for `google_cloudfunctions_function` resource ([#​19799](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19799)) - cloudrunv2: added `invoker_iam_disabled` field to `google_cloud_run_v2_service` ([#​19833](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19833)) - compute: made `google_compute_network_firewall_policy_rule` use MMv1 engine instead of DCL. ([#​19862](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19862)) - compute: made `google_compute_region_network_firewall_policy_rule` use MMv1 engine instead of DCL. ([#​19862](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19862)) - compute: added `ip_address_selection_policy` field to `google_compute_backend_service` and `google_compute_region_backend_service`. ([#​19863](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19863)) - compute: added `provisioned_throughput` field to `google_compute_instance_template` resource ([#​19852](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19852)) - compute: added `provisioned_throughput` field to `google_compute_region_instance_template` resource ([#​19852](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19852)) - container: added support for additional values `KCP_CONNECTION`, and `KCP_SSHD`in `google_container_cluster.logging_config` ([#​19812](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19812)) - dialogflowcx: added `advanced_settings.logging_settings` and `advanced_settings.speech_settings` to `google_dialogflow_cx_agent` and `google_dialogflow_cx_flow` ([#​19801](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19801)) - networkconnectivity: added `linked_producer_vpc_network` field to `google_network_connectivity_spoke` resource ([#​19806](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19806)) - secretmanager: added `is_secret_data_base64` field to `google_secret_manager_secret_version` and `google_secret_manager_secret_version_access` datasources ([#​19831](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19831)) - secretmanager: added `is_secret_data_base64` field to `google_secret_manager_regional_secret_version` and `google_secret_manager_regional_secret_version_access` datasources ([#​19831](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19831)) - spanner: added `kms_key_names` to `encryption_config` in `google_spanner_database` ([#​19846](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19846)) - workstations: added `max_usable_workstations` field to `google_workstations_workstation_config` resource ([#​19872](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19872)) - workstations: added field `allowed_ports` to `google_workstations_workstation_config` ([#​19845](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19845)) BUG FIXES: - bigquery: fixed a regression that caused `google_bigquery_dataset_iam_*` resources to attempt to set deleted IAM members, thereby triggering an API error ([#​19857](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19857)) - compute: fixed an issue in `google_compute_backend_service` and `google_compute_region_backend_service` to allow sending `false` for `iap.enabled` ([#​19795](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19795)) - container: `node_config.linux_node_config`, `node_config.workload_metadata_config` and `node_config.kubelet_config` will now successfully send empty messages to the API when `terraform plan` indicates they are being removed, rather than null, which caused an error. The sole reliable case is `node_config.linux_node_config` when the block is removed, where there will still be a permadiff, but the update request that's triggered will no longer error and other changes displayed in the plan should go through. ([#​19842](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19842)) - pubsub: fixed permadiff with configuring an empty `retry_policy` in `google_pubsub_subscription` ([#​19784](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19784)) ### [`v6.7.0`](https://redirect.github.com/hashicorp/terraform-provider-google/blob/HEAD/CHANGELOG.md#670-October-14-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-google/compare/v6.6.0...v6.7.0) FEATURES: - **New Resource:** `google_healthcare_pipeline_job` ([#​19717](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19717)) - **New Resource:** `google_secure_source_manager_branch_rule` ([#​19773](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19773)) IMPROVEMENTS: - container: `google_container_cluster` will now accept server-specified values for `node_pool_auto_config.0.node_kubelet_config` when it is not defined in configuration and will not detect drift. Note that this means that removing the value from configuration will now preserve old settings instead of reverting the old settings. ([#​19817](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19817)) - discoveryengine: added `chat_engine_config.dialogflow_agent_to_link` field to `google_discovery_engine_chat_engine` resource ([#​19723](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19723)) - networkconnectivity: added field `migration` to resource `google_network_connectivity_internal_range` ([#​19757](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19757)) - networkservices: added `routing_mode` field to `google_network_services_gateway` resource ([#​19764](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19764)) BUG FIXES: - bigtable: fixed an error where BigTable IAM resources could be created with conditions but the condition was not stored in state ([#​19725](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19725)) - container: fixed issue which caused to not being able to disable `enable_cilium_clusterwide_network_policy` field on `google_container_cluster`. ([#​19736](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19736)) - container: fixed a diff triggered by a new API-side default value for `node_config.0.kubelet_config.0.insecure_kubelet_readonly_port_enabled`. Terraform will now accept server-specified values for `node_config.0.kubelet_config` when it is not defined in configuration and will not detect drift. Note that this means that removing the value from configuration will now preserve old settings instead of reverting the old settings. ([#​19817](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19817)) - dataproc: fixed a bug in `google_dataproc_cluster` that prevented creation of clusters with `internal_ip_only` set to false ([#​19782](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19782)) - iam: addressed `google_service_account` creation issues caused by the eventual consistency of the GCP IAM API by ignoring 403 errors returned on polling the service account after creation. ([#​19727](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19727)) - logging: fixed the whitespace permadiff on `exclusions.filter` field in `google_logging_billing_account_sink`, `google_logging_folder_sink`, `google_logging_organization_sink` and `google_logging_project_sink` resources ([#​19744](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19744)) - pubsub: fixed permadiff with configuring an empty `retry_policy`. ([#​19784](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19784)) - secretmanager: fixed the issue of unpopulated fields `labels`, `annotations` and `version_destroy_ttl` in the terraform state for the `google_secret_manager_secrets` datasource ([#​19748](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19748)) ### [`v6.6.0`](https://redirect.github.com/hashicorp/terraform-provider-google/blob/HEAD/CHANGELOG.md#660-October-7-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-google/compare/v6.5.0...v6.6.0) FEATURES: - **New Resource:** `google_dataproc_batch` ([#​19686](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19686)) - **New Resource:** `google_healthcare_pipeline_job` ([#​19717](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19717)) - **New Resource:** `google_site_verification_owner` ([#​19641](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19641)) IMPROVEMENTS: - assuredworkloads: added `HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS` and `HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT` enum values to `compliance_regime` in the `google_assuredworkload_workload` resource ([#​19714](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19714)) - compute: added ` bgp_best_path_selection_mode `,`bgp_bps_always_compare_med` and ` bgp_bps_inter_region_cost ` fields to `google_compute_network` resource ([#​19708](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19708)) - compute: added ` next_hop_origin `,` next_hop_med ` and ` next_hop_inter_region_cost ` output fields to `google_compute_route` resource ([#​19708](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19708)) - compute: added enum `STATEFUL_COOKIE_AFFINITY` and `strong_session_affinity_cookie` field to `google_compute_backend_service` and `google_compute_region_backend_service` resource ([#​19665](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19665)) - compute: moved `TDX` instance option for `confidential_instance_type` in `google_compute_instance` from Beta to GA ([#​19706](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19706)) - containeraws: added `kubelet_config` field group to the `google_container_aws_node_pool` resource ([#​19714](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19714)) - pubsub: added GCS ingestion settings and platform log settings to `google_pubsub_topic` resource ([#​19669](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19669)) - sourcerepo: added `create_ignore_already_exists` field to `google_sourcerepo_repository` resource ([#​19716](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19716)) - sql: added in-place update support for `settings.time_zone` in `google_sql_database_instance` resource ([#​19654](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19654)) - tags: increased maximum accepted input length for the `short_name` field in `google_tags_tag_key` and `google_tags_tag_value` resources ([#​19712](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19712)) BUG FIXES: - bigquery: fixed `google_bigquery_dataset_iam_member` to be able to delete itself and overwrite the existing iam members for bigquery dataset keeping the authorized datasets as they are. ([#​19682](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19682)) - bigquery: fixed an error which could occur with service account field values containing non-lower-case characters in `google_bigquery_dataset_access` ([#​19705](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19705)) - compute: fixed an issue where the `boot_disk.initialize_params.resource_policies` field in `google_compute_instance` forced a resource recreation when used in combination with `google_compute_disk_resource_policy_attachment` ([#​19692](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19692)) - compute: fixed the issue that `labels` is not set when creating the resource `google_compute_interconnect` ([#​19632](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19632)) - tags: removed `google_tags_location_tag_binding` resource from the Terraform state when its parent resource has been removed outside of Terraform ([#​19693](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19693)) - workbench: fixed a bug in the `google_workbench_instance` resource where the removal of `labels` was not functioning as expected. ([#​19620](https://redirect.github.com/hashicorp/terraform-provider-google/pull/19620))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.