DEPRECATIONS:
- iap: deprecated
google_iap_client
andgoogle_iap_brand
(#10269)
FEATURES:
- New Data Source:
google_network_management_connectivity_test_run
(#10300) - New Data Source:
google_redis_cluster
(#10273) - New Resource:
google_contact_center_insights_analysis_rule
(#10272) - New Resource:
google_model_armor_template
(#10270)
IMPROVEMENTS:
- bigquery: added
ignore_schema_changes
virtual field togoogle_bigquery_table
resource. OnlydataPolicies
field is supported inignore_schema_changes
for now. (#10299) - billing: added
currency_code
togoogle_billing_account
data source (#10284) - compute: added
params.resource_manager_tags
field togoogle_compute_network
resource (#10266) - compute: added
load_balancing_scheme
field togoogle_compute_backend_bucket
resource (#10301) - compute: added
params.resource_manager_tags
field togoogle_compute_route
resource (#10293) - compute: added
update_strategy
field togoogle_compute_network_peering
resource (#10275) - container: added
secret_manager_config.rotation_config
field togoogle_container_cluster
resource (#10291) - container: added
anonymous_authentication_config
field togoogle_container_cluster
resource (#10295) - dataplex: added
suspended
field togoogle_dataplex_datascan
resource (#10276) - discoveryengine: added
enable_table_annotation
,enable_image_annotation
,structured_content_types
,exclude_html_elements
,exclude_html_classes
andexclude_html_ids
fields tolayout_parsing_config
ofgoogle_discovery_engine_data_store
resource (#10288) - discoveryengine: added
kms_key_name
field togoogle_discovery_engine_data_store
resource (#10281) - memorystore: added
managed_server_ca
field togoogle_memorystore_instance
resource (#10268) - secretmanager: added
deletion_protection
field togoogle_secret_manager_secret
resource to optionally make deleting them require an explicit intent (#10289) - secretmanager: added
fetch_secret_data
togoogle_secret_manager_secret_version
to optionally skip fetching the secret data (#10282)
BUG FIXES:
- compute: fixed
match
field ingoogle_compute_router_route_policy
resource to be marked as required (#10298) - compute: fixed an issue with
bgp_always_compare_med
ingoogle_compute_network
where it was unable to be set fromtrue
tofalse
(#10286) - compute: made no replication status in
google_compute_disk_async_replication
a retryable error (#10296) - gkeonprem: fixed type of
load_balancer.0.bgp_lb_config.0.address_pools.0.manual_assign
ingoogle_gkeonprem_bare_metal_cluster
, making it a boolean instead of a string (#10283) - integrationconnectors: removed validation from auth configs in
google_integration_connectors_connection
resource (#10267)