FEATURES:
- New Resource:
google_project_iam_member_remove
(#17871)
IMPROVEMENTS:
- apigee: added support for
api_consumer_data_location
,api_consumer_data_encryption_key_name
, andcontrol_plane_encryption_key_name
ingoogle_apigee_organization
(#17874) - artifactregistry: added
remote_repository_config.<facade>_repository.custom_repository.uri
field togoogle_artifact_registry_repository
resource. (#17840) - bigquery: added
resource_tags
field togoogle_bigquery_table
resource (#17876) - billing: added
ownership_scope
field togoogle_billing_budget
resource (#17868) - cloudfunctions2: added
build_config.service_account
field togoogle_cloudfunctions2_function
resource (#17841) - resourcemanager: added the field
api_method
to datasourcegoogle_active_folder
so you can use eitherSEARCH
orLIST
to find your folder (#17877) - storage: added labels validation to
google_storage_bucket
resource (#17806)
BUG FIXES:
- apigee: fixed permadiff in ordering of
google_apigee_organization.properties.property
. (#17850) - cloudrun: fixed the bug that computed
metadata.0.labels
andmetadata.0.annotations
fields don't appear in terraform plan when creating resourcegoogle_cloud_run_service
andgoogle_cloud_run_domain_mapping
(#17815) - dns: fixed bug where some methods of authentication didn't work when using
dns
data sources (#17847) - iam: fixed a bug that prevented setting
create_ignore_already_exists
on existing resources ingoogle_service_account
. (#17856) - sql: fixed issues with updating the
enable_google_ml_integration
field ingoogle_sql_database_instance
resource (#17878) - storage: added validation to
name
field ingoogle_storage_bucket
resource (#17858) - vmwareengine: fixed stretched cluster creation in
google_vmwareengine_private_cloud
(#17875)