Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update terraform-gcp #771

Merged
merged 1 commit into from
Nov 21, 2024
Merged

chore(deps): update terraform-gcp #771

merged 1 commit into from
Nov 21, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 21, 2024

This PR contains the following updates:

Package Type Update Change
google (source) required_provider minor ~> 6.5.0 -> ~> 6.12.0
google (source) required_provider minor 4.83.0 -> 4.85.0
google-beta (source) required_provider minor ~> 6.5.0 -> ~> 6.12.0

Release Notes

hashicorp/terraform-provider-google (google)

v6.12.0

Compare Source

v6.11.2

Compare Source

BUG FIXES:

  • vertexai: fixed issue with google_vertex_ai_endpoint where upgrading to 6.11.0 would delete all traffic splits that were set outside Terraform (which was previously a required step for all meaningful use of this resource). (#​20350)

v6.11.1

Compare Source

BUG FIXES:

  • container: fixed diff on google_container_cluster.user_managed_keys_config field for resources that had not set it. (#​20314)
  • container: marked google_container_cluster.user_managed_keys_config as immutable because it can't be updated in place. (#​20314)

v6.11.0

Compare Source

NOTES:

  • compute: migrated google_compute_firewall_policy_rule from DCL engine to MMv1 engine. (#​20160)

BREAKING CHANGES:

  • looker: made oauth_config a required field in google_looker_instance, as creating this resource without that field always triggers an API error (#​20196)

FEATURES:

  • New Data Source: google_spanner_database (#​20114)
  • New Resource: google_apigee_api (#​20113)
  • New Resource: google_dataproc_gdc_application_environment (#​20165)
  • New Resource: google_dataproc_gdc_service_instance (#​20147)
  • New Resource: google_memorystore_instance (#​20108)

IMPROVEMENTS:

  • apigee: added in-place update support for google_apigee_env_references (#​20182)
  • apigee: added in-place update support for google_apigee_environment resource (#​20189)
  • cloudrun: added empty_dir field to google_cloud_run_service (#​20185)
  • cloudrunv2: added empty_dir field to google_cloud_run_v2_service and google_cloud_run_v2_job (#​20185)
  • compute: added disks field to google_compute_node_template resource (#​20180)
  • compute: added preconfigured_waf_config field to google_compute_security_policy resource (#​20183)
  • compute: added replica_names field to sql_database_instance resource (#​20202)
  • compute: added instance_flexibility_policy field to google_compute_region_instance_group_manager resource (#​20132)
  • compute: increased google_compute_security_policy timeouts from 20 minutes to 30 minutes (#​20145)
  • container: added control_plane_endpoints_config field to google_container_cluster resource. (#​20193)
  • container: added parallelstore_csi_driver_config field to google_container_cluster resource. (#​20163)
  • container: added user_managed_keys_config field to google_container_cluster resource. (#​20105)
  • firestore: allowed single field indexes to support __name__ DESC indexes in google_firestore_index resources (#​20124)
  • privateca: added support for google_privateca_certificate_authority with type = "SUBORDINATE" to be activated into "STAGED" state (#​20103)
  • spanner: added default_backup_schedule_type field to google_spanner_instance (#​20213)
  • vertexai: added traffic_split, private_service_connect_config, predict_request_response_logging_config, dedicated_endpoint_enabled, and dedicated_endpoint_dns fields to google_vertex_ai_endpoint resource (#​20179)
  • workflows: added deletion_protection field to google_workflows_workflow resource (#​20106)

BUG FIXES:

  • compute: fixed a diff based on server-side reordering of match.src_address_groups and match.dest_address_groups in google_compute_network_firewall_policy_rule (#​20148)
  • compute: fixed permadiff on the preconfigured_waf_config field for google_compute_security_policy resource (#​20183)
  • container: fixed in-place updates for node_config.containerd_config in google_container_cluster and google_container_node_pool (#​20112)

v6.10.0

Compare Source

FEATURES:

  • New Data Source: google_compute_instance_guest_attributes (#​20095)
  • New Data Source: google_service_accounts (#​20062)
  • New Resource: google_iap_settings (#​20085)

IMPROVEMENTS:

  • apphub: added GLOBAL enum value to scope.type field in google_apphub_application resource (#​20015)
  • assuredworkloads: added workload_options field to google_assured_workloads_workload resource (#​19985)
  • bigquery: added external_catalog_dataset_options fields to google_bigquery_dataset resource (beta) (#​20097)
  • bigquery: added descriptive validation errors for missing required fields in google_bigquery_job destination table configuration (#​20077)
  • compute: desired_status on google_compute_instance can now be set to TERMINATED or SUSPENDED on instance creation (#​20031)
  • compute: added header_action and redirect_options fields to google_compute_security_policy_rule resource (#​20079)
  • compute: added interface.ipv6-address field in google_compute_external_vpn_gateway resource (#​20091)
  • compute: added propagated_connection_limit and connected_endpoints.propagated_connection_count fields to google_compute_service_attachment resource (#​20016)
  • compute: added plan-time validation to name on google_compute_instance (#​20036)
  • compute: added support for advanced_machine_features.turbo_mode to google_compute_instance, google_compute_instance_template, and google_compute_region_instance_template (#​20090)
  • container: added in-place update support for labels, resource_manager_tags and workload_metadata_config in google_container_cluster.node_config (#​20038)
  • filestore: added protocol property to resource google_filestore_instance (#​19982)
  • memorystore: added mode flag to google_memorystore_instance (#​19988)
  • netapp: added zone and replica_zone fields to google_netapp_storage_pool resource (#​19980)
  • netapp: added zone and replica_zone fields to google_netapp_volume resource (#​19980)
  • networksecurity: added tls_inspection_policy field to google_network_security_gateway_security_policy (#​19986)
  • resourcemanager: added disabled to google_service_account datasource (#​20034)
  • spanner: added asymmetric_autoscaling_options field to google_spanner_instance (#​20014)
  • sql: removed the client-side default of ENTERPRISE for edition in google_sql_database_instance so that edition is determined by the API when unset. This will cause new instances to use ENTERPRISE_PLUS as the default for POSTGRES_16. (#​19977)
  • vmwareengine: added autoscaling_settings to google_vmwareengine_private_cloud resource (#​20057)

BUG FIXES:

  • accesscontextmanager: fixed permadiff for perimeter ingress / egress rule resources (#​20046)
  • compute: fixed an error in google_compute_security_policy_rule that prevented updating the default rule (#​20066)
  • container: fixed missing in-place updates for some google_container_cluster.node_config subfields (#​20038)

v6.9.0

Compare Source

DEPRECATIONS:

  • containerattached: deprecated security_posture_config field in google_container_attached_cluster resource (#​19912)

FEATURES:

  • New Data Source: google_oracle_database_autonomous_database (#​19903)
  • New Data Source: google_oracle_database_autonomous_databases (#​19901)
  • New Data Source: google_oracle_database_cloud_exadata_infrastructures (#​19884)
  • New Data Source: google_oracle_database_cloud_vm_clusters (#​19900)
  • New Resource: google_apigee_app_group (#​19921)
  • New Resource: google_apigee_developer (#​19911)
  • New Resource: google_network_connectivity_group (#​19902)

IMPROVEMENTS:

  • compute: google_compute_network_firewall_policy_association now uses MMv1 engine instead of DCL. (#​19976)
  • compute: google_compute_region_network_firewall_policy_association now uses MMv1 engine instead of DCL. (#​19976)
  • compute: added creation_timestamp field to google_compute_instance, google_compute_instance_template, google_compute_region_instance_template (#​19906)
  • compute: added key_revocation_action_type to google_compute_instance and related resources (#​19952)
  • looker: added deletion_policy to google_looker_instance to allow force-destroying instances with nested resources by setting deletion_policy = FORCE (#​19924)
  • monitoring: added alert_strategy.notification_prompts field to google_monitoring_alert_policy (#​19928)
  • storage: added hierarchical_namespace to google_storage_bucket resource (#​19882)
  • sql: removed the client-side default of ENTERPRISE for edition in google_sql_database_instance so that edition is determined by the API when unset. This will cause new instances to use ENTERPRISE_PLUS as the default for POSTGRES_16. (#​19977)
  • vmwareengine: added autoscaling_settings to google_vmwareengine_cluster resource (#​19962)
  • workstations: added max_usable_workstations field to google_workstations_workstation_config resource. (#​19872)

BUG FIXES:

  • compute: fixed an issue where immutable distribution_zones was incorrectly sent to the API when updating distribution_policy_target_shape in google_compute_region_instance_group_manager resource (#​19949)
  • container: fixed a crash in google_container_node_pool caused by an occasional nil pointer (#​19922)
  • essentialcontacts: fixed google_essential_contacts_contact import to include required parent field. (#​19877)
  • sql: made google_sql_database_instance.0.settings.0.data_cache_config accept server-side changes when unset. When unset, no diffs will be created when instances change in edition and the feature is enabled or disabled as a result. (#​19972)
  • storage: removed retry on 404s during refresh for google_storage_bucket, preventing hanging when refreshing deleted buckets (#​19964)

v6.8.0

Compare Source

FEATURES:

  • New Data Source: google_oracle_database_cloud_exadata_infrastructure (#​19856)
  • New Data Source: google_oracle_database_cloud_vm_cluster (#​19859)
  • New Data Source: google_oracle_database_db_nodes (#​19871)
  • New Data Source: google_oracle_database_db_servers (#​19823)
  • New Resource: google_oracle_database_autonomous_database (#​19860)
  • New Resource: google_oracle_database_cloud_exadata_infrastructure (#​19798)
  • New Resource: google_oracle_database_cloud_vm_cluster (#​19837)
  • New Resource: google_transcoder_job_template (#​19854)
  • New Resource: google_transcoder_job (#​19854)

IMPROVEMENTS:

  • cloudfunctions: increased the timeouts to 20 minutes for google_cloudfunctions_function resource (#​19799)
  • cloudrunv2: added invoker_iam_disabled field to google_cloud_run_v2_service (#​19833)
  • compute: made google_compute_network_firewall_policy_rule use MMv1 engine instead of DCL. (#​19862)
  • compute: made google_compute_region_network_firewall_policy_rule use MMv1 engine instead of DCL. (#​19862)
  • compute: added ip_address_selection_policy field to google_compute_backend_service and google_compute_region_backend_service. (#​19863)
  • compute: added provisioned_throughput field to google_compute_instance_template resource (#​19852)
  • compute: added provisioned_throughput field to google_compute_region_instance_template resource (#​19852)
  • container: added support for additional values KCP_CONNECTION, and KCP_SSHDin google_container_cluster.logging_config (#​19812)
  • dialogflowcx: added advanced_settings.logging_settings and advanced_settings.speech_settings to google_dialogflow_cx_agent and google_dialogflow_cx_flow (#​19801)
  • networkconnectivity: added linked_producer_vpc_network field to google_network_connectivity_spoke resource (#​19806)
  • secretmanager: added is_secret_data_base64 field to google_secret_manager_secret_version and google_secret_manager_secret_version_access datasources (#​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)
  • spanner: added kms_key_names to encryption_config in google_spanner_database (#​19846)
  • workstations: added max_usable_workstations field to google_workstations_workstation_config resource (#​19872)
  • workstations: added field allowed_ports to google_workstations_workstation_config (#​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)
  • compute: fixed an issue in google_compute_backend_service and google_compute_region_backend_service to allow sending false for iap.enabled (#​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)
  • pubsub: fixed permadiff with configuring an empty retry_policy in google_pubsub_subscription (#​19784)

v6.7.0

Compare Source

FEATURES:

  • New Resource: google_healthcare_pipeline_job (#​19717)
  • New Resource: google_secure_source_manager_branch_rule (#​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)
  • discoveryengine: added chat_engine_config.dialogflow_agent_to_link field to google_discovery_engine_chat_engine resource (#​19723)
  • networkconnectivity: added field migration to resource google_network_connectivity_internal_range (#​19757)
  • networkservices: added routing_mode field to google_network_services_gateway resource (#​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)
  • container: fixed issue which caused to not being able to disable enable_cilium_clusterwide_network_policy field on google_container_cluster. (#​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)
  • dataproc: fixed a bug in google_dataproc_cluster that prevented creation of clusters with internal_ip_only set to false (#​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)
  • 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)
  • pubsub: fixed permadiff with configuring an empty retry_policy. (#​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)

v6.6.0

Compare Source

FEATURES:

  • New Resource: google_dataproc_batch (#​19686)
  • New Resource: google_healthcare_pipeline_job (#​19717)
  • New Resource: google_site_verification_owner (#​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)
  • 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)
  • compute: added next_hop_origin ,next_hop_med and next_hop_inter_region_cost output fields to google_compute_route resource (#​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)
  • compute: moved TDX instance option for confidential_instance_type in google_compute_instance from Beta to GA (#​19706)
  • containeraws: added kubelet_config field group to the google_container_aws_node_pool resource (#​19714)
  • pubsub: added GCS ingestion settings and platform log settings to google_pubsub_topic resource (#​19669)
  • sourcerepo: added create_ignore_already_exists field to google_sourcerepo_repository resource (#​19716)
  • sql: added in-place update support for settings.time_zone in google_sql_database_instance resource (#​19654)
  • tags: increased maximum accepted input length for the short_name field in google_tags_tag_key and google_tags_tag_value resources (#​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)
  • bigquery: fixed an error which could occur with service account field values containing non-lower-case characters in google_bigquery_dataset_access (#​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)
  • compute: fixed the issue that labels is not set when creating the resource google_compute_interconnect (#​19632)
  • tags: removed google_tags_location_tag_binding resource from the Terraform state when its parent resource has been removed outside of Terraform (#​19693)
  • workbench: fixed a bug in the google_workbench_instance resource where the removal of labels was not functioning as expected. (#​19620)
hashicorp/terraform-provider-google-beta (google-beta)

v6.12.0

Compare Source

v6.11.2

Compare Source

BUG FIXES:

  • vertexai: fixed issue with google_vertex_ai_endpoint where upgrading to 6.11.0 would delete all traffic splits that were set outside Terraform (which was previously a required step for all meaningful use of this resource). (#​8708)

v6.11.1

Compare Source

BUG FIXES:

  • container: fixed diff on google_container_cluster.user_managed_keys_config field for resources that had not set it. (#​8687)
  • container: marked google_container_cluster.user_managed_keys_config as immutable because it can't be updated in place. (#​8687)

v6.11.0

Compare Source

NOTES:

  • compute: migrated google_compute_firewall_policy_rule from DCL engine to MMv1 engine. (#​8604)

BREAKING CHANGES:

  • looker: made oauth_config a required field in google_looker_instance, as creating this resource without that field always triggers an API error (#​8633)

DEPRECATIONS:

  • backupdr: deprecated force_delete on google_backup_dr_backup_vault. Use ignore_inactive_datasources instead (#​8616)

FEATURES:

  • New Data Source: google_backup_dr_backup_plan_association (#​8632)
  • New Data Source: google_backup_dr_backup_plan (#​8603)
  • New Data Source: google_spanner_database (#​8568)
  • New Resource: google_apigee_api (#​8567)
  • New Resource: google_backup_dr_backup_plan_association (#​8632)
  • New Resource: google_backup_dr_backup_plan (#​8603)
  • New Resource: google_compute_region_resize_request (#​8588)
  • New Resource: google_dataproc_gdc_application_environment (#​8609)
  • New Resource: google_dataproc_gdc_service_instance (#​8591)
  • New Resource: google_iam_principal_access_boundary_policy (#​8634)
  • New Resource: google_network_management_vpc_flow_logs_config (#​8623)

IMPROVEMENTS:

  • apigee: added in-place update support for google_apigee_env_references (#​8621)
  • apigee: added in-place update support for google_apigee_environment resource (#​8627)
  • backupdr: added ignore_inactive_datasources and ignore_backup_plan_references fields to google_backup_dr_backup_vault resource (#​8616)
  • bigquery: added external_catalog_dataset_options fields to google_bigquery_dataset resource (#​8558)
  • cloudrunv2: added gcs.mount_options to google_cloud_run_v2_service and google_cloud_run_v2_job (#​8613)
  • compute: added rules property to google_compute_region_security_policy resource (#​8574)
  • compute: added disks field to google_compute_node_template resource (#​8620)
  • compute: added replica_names field to sql_database_instance resource (#​8637)
  • compute: added new field instance_flexibility_policy to resource google_compute_region_instance_group_manager (#​8581)
  • compute: increased google_compute_security_policy timeouts from 20 minutes to 30 minutes (#​8589)
  • container: added control_plane_endpoints_config field to google_container_cluster resource. (#​8630)
  • container: added parallelstore_csi_driver_config field to google_container_cluster resource. (#​8607)
  • container: added user_managed_keys_config field to google_container_cluster resource. (#​8562)
  • firestore: allowed single field indexes to support __name__ DESC indexes in google_firestore_index resources (#​8576)
  • privateca: added support for google_privateca_certificate_authority with type = "SUBORDINATE" to be activated into "STAGED" state (#​8560)
  • spanner: added default_backup_schedule_type field to google_spanner_instance (#​8644)
  • vertexai: added traffic_split, private_service_connect_config, predict_request_response_logging_config, dedicated_endpoint_enabled, and dedicated_endpoint_dns fields to google_vertex_ai_endpoint resource (#​8619)
  • workflows: added deletion_protection field to google_workflows_workflow resource (#​8563)

BUG FIXES:

  • compute: fixed a diff based on server-side reordering of match.src_address_groups and match.dest_address_groups in google_compute_network_firewall_policy_rule (#​8592)
  • compute: fixed permadiff on the preconfigured_waf_config field for google_compute_security_policy resource (#​8622)
  • container: fixed in-place updates for node_config.containerd_config in google_container_cluster and google_container_node_pool (#​8566)

v6.10.0

Compare Source

FEATURES:

  • New Data Source: google_compute_instance_guest_attributes (#​8556)
  • New Data Source: google_service_accounts (#​8532)
  • New Resource: google_iap_settings (#​8548)

IMPROVEMENTS:

  • apphub: added GLOBAL enum value to scope.type field in google_apphub_application resource (#​8504)
  • assuredworkloads: added workload_options field to google_assured_workloads_workload resource (#​8495)
  • backupdr: marked networks field optional in google_backup_dr_management_server resource (#​8594)
  • bigquery: added external_catalog_dataset_options fields to google_bigquery_dataset resource (beta) (#​8558)
  • bigquery: added descriptive validation errors for missing required fields in google_bigquery_job destination table configuration (#​8542)
  • compute: desired_status on google_compute_instance can now be set to TERMINATED or SUSPENDED on instance creation (#​8515)
  • compute: added header_action and redirect_options fields to google_compute_security_policy_rule resource (#​8544)
  • compute: added interface.ipv6-address field in google_compute_external_vpn_gateway resource (#​8552)
  • compute: added plan-time validation to name on google_compute_instance (#​8520)
  • compute: added support for advanced_machine_features.turbo_mode to google_compute_instance, google_compute_instance_template, and google_compute_region_instance_template (#​8551)
  • container: added in-place update support for labels, resource_manager_tags and workload_metadata_config in google_container_cluster.node_config (#​8522)
  • memorystore: added mode flag to google_memorystore_instance (#​8498)
  • resourcemanager: added disabled to google_service_account datasource (#​8518)
  • spanner: added asymmetric_autoscaling_options field to google_spanner_instance (#​8503)
  • sql: removed the client-side default of ENTERPRISE for edition in google_sql_database_instance so that edition is determined by the API when unset. This will cause new instances to use ENTERPRISE_PLUS as the default for POSTGRES_16. (#​8490)
  • vmwareengine: added autoscaling_settings to google_vmwareengine_private_cloud resource (#​8529)

BUG FIXES:

  • accesscontextmanager: fixed permadiff for perimeter ingress / egress rule resources (#​8526)
  • compute: fixed an error in google_compute_region_security_policy_rule that prevented updating the default rule (#​8535)
  • compute: fixed an error in google_compute_security_policy_rule that prevented updating the default rule (#​8535)
  • container: fixed missing in-place updates for some google_container_cluster.node_config subfields (#​8522)

v6.9.0

Compare Source

DEPRECATIONS:

  • containerattached: deprecated security_posture_config field in google_container_attached_cluster resource (#​8446)

FEATURES:

  • New Data Source: google_oracle_database_autonomous_database (#​8440)
  • New Data Source: google_oracle_database_autonomous_databases (#​8438)
  • New Data Source: google_oracle_database_cloud_exadata_infrastructures (#​8430)
  • New Data Source: google_oracle_database_cloud_vm_clusters (#​8437)
  • New Resource: google_apigee_app_group (#​8451)
  • New Resource: google_apigee_developer (#​8445)
  • New Resource: google_network_connectivity_group (#​8439)

IMPROVEMENTS:

  • compute: google_compute_network_firewall_policy_association now uses MMv1 engine instead of DCL. (#​8489)
  • compute: google_compute_region_network_firewall_policy_association now uses MMv1 engine instead of DCL. (#​8489)
  • compute: added creation_timestamp field to google_compute_instance, google_compute_instance_template, google_compute_region_instance_template (#​8442)
  • compute: added key_revocation_action_type to google_compute_instance and related resources (#​8473)
  • looker: added deletion_policy to google_looker_instance to allow force-destroying instances with nested resources by setting deletion_policy = FORCE (#​8453)
  • monitoring: added alert_strategy.notification_prompts field to google_monitoring_alert_policy (#​8457)
  • storage: added hierarchical_namespace to google_storage_bucket resource (#​8428)
  • sql: removed the client-side default of ENTERPRISE for edition in google_sql_database_instance so that edition is determined by the API when unset. This will cause new instances to use ENTERPRISE_PLUS as the default for POSTGRES_16. (#​8490)
  • vmwareengine: added autoscaling_settings to google_vmwareengine_cluster resource (#​8477)
  • workstations: added max_usable_workstations field to google_workstations_workstation_config resource. (#​8421)

BUG FIXES:

  • compute: fixed an issue where immutable distribution_zones was incorrectly sent to the API when updating distribution_policy_target_shape in google_compute_region_instance_group_manager resource (#​8470)
  • container: fixed a crash in google_container_node_pool caused by an occasional nil pointer (#​8452)
  • essentialcontacts: fixed google_essential_contacts_contact import to include required parent field. (#​8423)
  • sql: made google_sql_database_instance.0.settings.0.data_cache_config accept server-side changes when unset. When unset, no diffs will be created when instances change in edition and the feature is enabled or disabled as a result. (#​8485)
  • storage: removed retry on 404s during refresh for google_storage_bucket, preventing hanging when refreshing deleted buckets (#​8478)

v6.8.0

Compare Source

FEATURES:

  • New Data Source: google_oracle_database_cloud_exadata_infrastructure (#​8407)
  • New Data Source: google_oracle_database_cloud_vm_cluster (#​8410)
  • New Data Source: google_oracle_database_db_nodes (#​8420)
  • New Data Source: google_oracle_database_db_servers (#​8389)
  • New Resource: google_oracle_database_autonomous_database (#​8411)
  • New Resource: google_oracle_database_cloud_exadata_infrastructure (#​8371)
  • New Resource: google_oracle_database_cloud_vm_cluster (#​8397)
  • New Resource: google_transcoder_job_template (#​8406)
  • New Resource: google_transcoder_job (#​8406)

IMPROVEMENTS:

  • cloudfunctions: increased the timeouts to 20 minutes for google_cloudfunctions_function resource (#​8372)
  • cloudrunv2: added invoker_iam_disabled field to google_cloud_run_v2_service (#​8395)
  • compute: made google_compute_network_firewall_policy_rule use MMv1 engine instead of DCL. (#​8412)
  • compute: made google_compute_region_network_firewall_policy_rule use MMv1 engine instead of DCL. (#​8412)
  • compute: added ip_address_selection_policy field to google_compute_backend_service and google_compute_region_backend_service. (#​8413)
  • compute: added provisioned_throughput field to google_compute_instance_template resource (#​8405)
  • compute: added provisioned_throughput field to google_compute_region_instance_template resource (#​8405)
  • 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. (#​8385)
  • container: added support for additional values KCP_CONNECTION, and KCP_SSHDin google_container_cluster.logging_config (#​8381)
  • dialogflowcx: added advanced_settings.logging_settings and advanced_settings.speech_settings to google_dialogflow_cx_agent and google_dialogflow_cx_flow (#​8374)
  • networkconnectivity: added linked_producer_vpc_network field to google_network_connectivity_spoke resource (#​8376)
  • secretmanager: added is_secret_data_base64 field to google_secret_manager_secret_version and google_secret_manager_secret_version_access datasources (#​8394)
  • secretmanager: added is_secret_data_base64 field to google_secret_manager_regional_secret_version and google_secret_manager_regional_secret_version_access datasources (#​8394)
  • spanner: added kms_key_names to encryption_config in google_spanner_database (#​8403)
  • workstations: added max_usable_workstations field to google_workstations_workstation_config resource (#​8421)
  • workstations: added field allowed_ports to google_workstations_workstation_config (#​8402)

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 (#​8408)
  • compute: fixed an issue in google_compute_backend_service and google_compute_region_backend_service to allow sending false for iap.enabled (#​8369)
  • 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. (#​8400)
  • pubsub: fixed permadiff with configuring an empty retry_policy in google_pubsub_subscription (#​8365)

v6.7.0

Compare Source

FEATURES:

  • New Resource: google_healthcare_pipeline_job (#​8330)
  • New Resource: google_secure_source_manager_branch_rule (#​8360)

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 confi

Configuration

📅 Schedule: Branch creation - "* * 1,15 * *" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Nov 21, 2024
@bendehaan bendehaan merged commit 67b1132 into main Nov 21, 2024
7 of 8 checks passed
@bendehaan bendehaan deleted the renovate/terraform-gcp branch November 21, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant