FEATURES:
- New Data Source:
google_secret_manager_secrets
(#16182) - New Resource:
google_alloydb_user
(#16141) - New Resource:
google_firestore_backup_schedule
(#16186) - New Resource:
google_redis_cluster
(#16203)
IMPROVEMENTS:
- alloydb: added
cluster_type
andsecondary_config
fields to support secondary clusters ingoogle_alloydb_cluster
resource. (#16197) - compute: added
recreate_closed_psc
flag to support recreating the PSC Consumer forwarding rule if thepsc_connection_status
is closed ongoogle_compute_forwarding_rule
. (#16188) - compute: added
INTERNET_IP_PORT
,INTERNET_FQDN_PORT
,SERVERLESS
, andPRIVATE_SERVICE_CONNECT
as acceptable values for thenetwork_endpoint_type
field for theresource_compute_network_endpoint_group
resource (#16194) - compute: added
SEV_LIVE_MIGRATABLE_V2
toguest_os_features
enum ongoogle_compute_image
resource. (#16187) - compute: added
allow_subnet_cidr_routes_overlap
field togoogle_compute_subnetwork
resource (#16116) - compute: promoted
labels
,effective_labels
,terraform_labels
, andlabel_fingerprint
fields ingoogle_compute_address
to GA (#16120) - compute: promoted
internal_ip
andexternal_ip
fields in resourcesgoogle_compute_instance_group_manager
andgoogle_compute_region_instance_group_manager
to GA (#16140) - compute: promoted
internal_ip
andexternal_ip
fields in resourcesgoogle_compute_per_instance_config
andgoogle_compute_region_per_instance_config
to GA (#16140) - iamworkforcepool: promoted field
oidc.jwks_json
in resourcegoogle_iam_workforce_pool
to GA (#16199)
BUG FIXES:
- alloydb: added
client_connection_config
field togoogle_alloydb_instance
resource (#16202) - bigquery: removed mutual exclusivity checks for
view
,materialized_view
, andschema
for thegoogle_bigquery_table
resource (#16193) - compute: added
certificate_manager_certificates
field togoogle_compute_target_https_proxy
resource (#16179) - compute: fixed an issue where external
google_compute_global_address
can't be created whennetwork_tier
ingoogle_compute_project_default_network_tier
is set toSTANDARD
(#16144) - compute: fixed a false permadiff on
ip_address
when it is set to ipv6 ongoogle_compute_forwarding_rule
(#16115) - provider: fixed a bug where an update request was sent to services when updateMask is empty (#16111)