DEPRECATIONS:
- alloydb: deprecated
network
field in favor ofnetwork_config
ongoogle_alloydb_cluster
. (#15881) - identityplayform: deprecated
google_identity_platform_project_default_config
resource. Usegoogle_identity_platform_config
resource instead (#15876)
FEATURES:
- New Data Source:
google_certificate_manager_certificate_map
(#15906) - New Resource:
google_artifact_registry_vpcsc_config
(#15840) - New Resource:
google_dialogflow_cx_security_settings
(#15886) - New Resource:
google_gke_backup_restore_plan
(#15858) - New Resource:
google_edgenetwork_network
(#15891) - New Resource:
google_edgenetwork_subnet
(#15891)
IMPROVEMENTS:
- alloydb: added
network_config
field to support named IP ranges ongoogle_alloydb_cluster
. (#15881) - cloudrunv2: added fields
network_interfaces
to resourcegoogle_cloud_run_v2_job
to support Direct VPC egress. (#15870) - cloudrunv2: added fields
network_interfaces
to resourcegoogle_cloud_run_v2_service
to support Direct VPC egress. (#15870) - compute: updated the
autoscaling_policy.mode
to acceptONLY_SCALE_OUT
ongoogle_compute_autoscaler
(#15890) - compute: added
server_tls_policy
argument togoogle_compute_target_https_proxy
resource (#15845) - compute: added
member
attribute togoogle_compute_default_service_account
datasource (#15897) - compute: added output field
internal_ipv6_prefix
togoogle_compute_subnetwork
resource (#15892) - container: added
node_config.fast_socket
field togoogle_container_node_pool
(#15872) - container: promoted
node_pool_auto_config
field ingoogle_container_cluster
from beta provider to GA provider. (#15884) - container: promoted field
placement_policy.tpu_topology
in resourcegoogle_container_node_pool
to GA (#15869) - containeraws: added support for
auto_repair
ingoogle_container_aws_node_pool
(#15862) - containerazure: added support for
auto_repair
ingoogle_container_azure_node_pool
(#15862) - filestore: added support for the
"ZONAL"
value totier
ingoogle_filestore_instance
(#15889) - firestore: added
delete_protection_state
field togoogle_firestore_database
resource. (#15878) - identityplatform: added
sign-in
field togoogle_identity_platform_config
resource (#15876) - networkconnectivity: added support for
linked_vpc_network
ingoogle_network_connectivity_spoke
(#15862) - networkservices: increased default timeout for
google_network_services_edge_cache_origin
to 120m from 60m (#15855) - networkservices: increased default timeout for
google_network_services_edge_cache_service
to 60m from 30m (#15861) - secretmanager: added
is_secret_data_base64
field togoogle_secret_manager_secret_version
resource (#15853)
BUG FIXES:
- bigquery: updated documentation for
google_bigquery_table.time_partitioning.expiration_ms
(#15873) - bigtable: added a read timeout to
google_bigtable_instance
(#15856) - bigtable: improved regional reliability when instance overlaps a downed region in the resource
google_bigtable_instance
(#15900) - eventarc: resolved permadiff on
google_eventarc_trigger.event_data_content_type
by defaulting to the value returned by the API if not set in the configuration. (#15862) - identityplatform: fixed a potential perma-diff for
sign_in
ingoogle_identity_platform_config
resource (#15907) - monitoring: fixed scaling issues when deploying terraform changes with many
google_monitoring_monitored_project
(#15828) - monitoring: fixed validation of
service_id
ongoogle_monitoring_custom_service
andslo_id
ongoogle_monitoring_slo
(#15841) - osconfig: fixed no more than one setting is allowed under
patch_config.windows_update
ongoogle_os_config_patch_deployment
(#15904) - provider: addressed a bug where configuring the provider with unknown values did not behave as expected (#15898)
- provider: fixed the provider so it resumes ignoring empty strings set in the
provider
block (#15844) - secretmanager: replaced the panic block with an error in import function of
google_secret_manager_secret_version
resource (#15880) - secretmanager: fixed an issue in
google_secretmanager_secret
where replacingreplication.automatic
withreplication.auto
would destroy and recreate the resource (#15922)