NOTES:
- eventarc:
google_eventarc_channel
now uses MMv1 engine instead of DCL. (#9488) - workbench: increased create timeout for
google_workbench_instance
to 40mins. (#9468)
FEATURES:
- New Data Source:
google_compute_region_ssl_policy
(#9439) - New Resource:
google_eventarc_google_api_source
(#9492) - New Resource:
google_iam_oauth_client_credential
(#9491) - New Resource:
google_iam_oauth_client
(#9456) - New Resource:
google_network_security_backend_authentication_config
(#9481)
IMPROVEMENTS:
- alloydb: added
psc_instance_config.psc_interface_configs
field togoogle_alloydb_instance
resource (#9469) - compute: added
create_snapshot_before_destroy
togoogle_compute_disk
andgoogle_compute_region_disk
to enable creating a snapshot before disk deletion (#9442) - compute: added
custom_metrics
field togoogle_compute_backend_service
andgoogle_compute_region_backend_service
(#9473) - compute: added
ip_collection
andipv6_gce_endpoint
fields togoogle_compute_subnetwork
resource (#9490) - compute: added
log_config.optional_mode
andlog_config.optional_fields
fields togoogle_compute_region_backend_service
resource (#9484) - compute: added
rsa_encrypted_key
togoogle_compute_region_disk
(#9442) - compute: added
scheduling.termination_time
field togoogle_compute_instance
,google_compute_instance_from_machine_image
,google_compute_instance_from_template
,google_compute_instance_template
, andgoogle_compute_region_instance_template
resources (#9479) - compute: added update support for
firewall_policy
ingoogle_compute_firewall_policy_association
resource. It is recommended to only perform this operation in combination with a protective lifecycle tag such as "create_before_destroy" or "prevent_destroy" on your previousfirewall_policy
resource in order to prevent situations where a target attachment has no associated policy. (#9495) - compute: made
purpose
field updatable ingoogle_compute_subnetwork
. (#9489) - container: added "JOBSET" as a supported value for
enable_components
ingoogle_container_cluster
resource (#9453) - datastream: added support for creating connection profiles for Salesforce in
google_datastream_connection_profile
(#9482) - firebasedataconnect: added
deletion_policy
field togoogle_firebase_data_connect_service
resource (#9496) - networksecurity: added
description
field togoogle_network_security_intercept_deployment
,google_network_security_intercept_deployment_group
,google_network_security_intercept_endpoint_group
resources (#9474) - networksecurity: added
description
field togoogle_network_security_mirroring_deployment
,google_network_security_mirroring_deployment_group
,google_network_security_mirroring_endpoint_group
resources (#9476) - tpuv2: added
spot
field togoogle_tpu_v2_vm
resource (#9478) - workstations: added
tags
field togoogle_workstations_workstation_cluster
resource (#9441)
BUG FIXES:
- backupdr: added missing
SUNDAY
option todays_of_week
field ingoogle_backup_dr_backup_plan
resource (#9446) - compute: fixed
network_interface.internal_ipv6_prefix_length
not being set or read in Terraform state ingoogle_compute_instance
resource (#9444) - compute: fixed bug in
google_compute_router_nat
wheremax_ports_per_vm
couldn't be unset once set. (#9483) - container: fixed perma-diff in
google_container_cluster
whencluster_dns_scope
is unspecified (#9443) - networksecurity: added wait time on
google_network_security_gateway_security_policy_rule
resource when creating and deleting to prevent race conditions (#9448)