DEPRECATIONS:
- secretmanager: deprecated
automatic
field ongoogle_secret_manager_secret
. Useauto
instead. (#15793)
FEATURES:
- New Resource:
google_biglake_table
(#15736) - New Resource:
google_data_pipeline_pipeline
(#15785) - New Resource:
google_dialogflow_cx_test_case
(#15814) - New Resource:
google_storage_insights_report_config
(#15819) - New Resource:
google_apigee_target_server
(#15751)
IMPROVEMENTS:
- gkehub: added
labels
fields togoogle_gke_hub_membership_binding
resource (#15753) - bigquery: added
allow_non_incremental_definition
togoogle_bigquery_table
resource (#15813) - bigquery: added
table_constraints
field togoogle_bigquery_table
resource (#15815) - compute: added internal IPV6 support for
google_compute_address
andgoogle_compute_instance
resources (#15780) - containerattached: added
binary_authorization
field togoogle_container_attached_cluster
resource (#15822) - containeraws: added update support for
config.instance_type
incontainer_aws_node_pool
(#15862) - firestore: added
point_in_time_recovery_enablement
field togoogle_firestore_database
resource (#15795) - firestore: added
update_time
anduid
fields togoogle_firestore_database
resource (#15823) - gkehub2: added
labels
,namespace_labels
fields togoogle_gke_hub_namespace
resource (#15732) - gkehub: added
labels
fields togoogle_gke_hub_scope
resource (#15801) - gkeonprem: added
upgrade_policy
andbinary_authorization
fields ingoogle_gkeonprem_bare_metal_cluster
resource (beta) (#15765) - gkeonprem: added
upgrade_policy
field ingoogle_gkeonprem_vmware_cluster
resource (beta) (#15765) - secretmanager: added
auto
field togoogle_secret_manager_secret
resource (#15793) - secretmanager: added
deletion_policy
field togoogle_secret_manager_secret_version
resource (#15818) - storage: supported in-place update for
autoclass
field ingoogle_storage_bucket
resource (#15782) - vertexai: added
public_endpoint_enabled
togoogle_vertex_ai_index_endpoint
(#15741)
BUG FIXES:
- bigquerydatatransfer: fixed a bug when importing
location
ofgoogle_bigquery_data_transfer_config
(#15734) - container: fixed concurrent ops' quota-error to be retriable in
google_container_node_pool
(#15820) - eventarc: resolved permadiff on
event_content_type
ineventarc_trigger
, the field will now default to a value returned by the API when not set in configuration (#15862) - pipeline: fixed issue where certain
google_dataflow_job
instances would crash the provider (#15821) - provider: fixed a bug where
user_project_override
would not be not used correctly when provisioning resources implemented using the plugin framework. Currently there are no resources implemented this way, so no-one should have been impacted. (#15776) - pubsub: fixed issue where setting
no_wrapper.write_metadata
to false wasn't passed to the API forgoogle_pubsub_subscription
(#15758) - serviceaccount: added retries for reads after
google_service_account
creation if 403 Forbidden is returned. (#15760) - storage: fixed the failure in building a plan when a
content
value is expected ongoogle_storage_bucket_object_content
(#15735)