BREAKING CHANGES:
- dlp: renamed the
characters_to_ignore.character_to_skip
field tocharacters_to_ignore.characters_to_skip
ingoogle_data_loss_prevention_deidentify_template
. Any affected configurations will have been failing with an error at apply time already. (#3983)
FEATURES:
- New Resource:
google_network_connectivity_spoke
(#3987)
IMPROVEMENTS:
- apigee: added
ip_range
field togoogle_apigee_instance
(#3989) - cloudrun: added support for
default_mode
andmode
settings for created files withinsecrets
ingoogle_cloud_run_service
(#3984) - compute: Added
share_settings
ingoogle_compute_reservation
(#3980)
BUG FIXES:
- all: Fixed operation polling to support custom endpoints. (#3986)
- cloudrun: Fixed permadiff in
google_cloud_run_service
'stemplate.spec.service_account_name
. (#3993) - dlp: Fixed typo in name of
characters_to_ignore.characters_to_skip
field forgoogle_data_loss_prevention_deidentify_template
(#3983) - storagetransfer: fixed bug where
schedule
was required, but really it is optional. (#3995)