IMPROVEMENTS:
- cloudbuild: made
CLOUD_LOGGING_ONLY
available as a cloud build logging option. (#4224) - compute: added
redirect_options
field forgoogle_compute_security_policy
rules (#4217) - compute: added
FIXED_STANDARD
andSTANDARD
as valid values to the fieldnetwork_interface.0.access_configs.0.network_tier
ofgoogle_compute_instance_template
resource (#4233) - compute: added
FIXED_STANDARD
andSTANDARD
as valid values to the fieldnetwork_interface.0.access_configs.0.network_tier
ofgoogle_compute_instance
resource (#4233) - compute: added passing
exceed_redirect_options
field forgoogle_compute_security_policy
rules (#4238) - container: added
gke_backup_agent_config
inaddons_config
togoogle_container_cluster
(beta) (#4231) - filestore: added
kms_key_name
field togoogle_filestore_instance
resource to support CMEK (#11493) - logging: made
google_logging_*_bucket_config
deletable (#4234) - notebooks: updated
container_images
ongoogle_notebooks_runtime
to default to the value returned by the API if not set (#4216) - provider: modified request retry logic to retry all per-minute quota limits returned with a 403 error code. Previously, only read requests were retried. This will generally affect Google Compute Engine resources. (#4223)
BUG FIXES:
- bigquery: fixed a bug where
encryption_configuration.kms_key_name
stored the version rather than the key name. (#4221) - compute: fixed url_mask required mis-annotation in
google_compute_region_network_endpoint_group
, making it optional (#4227) - spanner: fixed escaping of database names with Postgres dialect in
google_spanner_database
(#4228)