BREAKING CHANGES:
- securityposture: marked
policy_sets
andpolicy_sets.policies
required ingoogle_securityposture_posture
. API validation already enforced this, so no resources could be provisioned without these (#6981)
FEATURES:
- New Data Source:
google_compute_forwarding_rules
(#6997) - New Resource:
google_firebase_app_check_app_attest_config
(#6971) - New Resource:
google_firebase_app_check_play_integrity_config
(#6971) - New Resource:
google_firebase_app_check_recaptcha_enterprise_config
(#6989) - New Resource:
google_firebase_app_check_recaptcha_v3_config
(#6989) - New Resource:
google_migration_center_preference_set
(#6974) - New Resource:
google_netapp_volume_replication
(#7002)
IMPROVEMENTS:
- cloudfunctions: added output-only
version_id
field ongoogle_cloudfunctions_function
(#6968) - composer: supported patch versions of airflow on
google_composer_environment
(#7000) - compute: supported updating
network_interface.stack_type
field ongoogle_compute_instance
resource. (#6977) - container: added
node_config.resource_manager_tags
field togoogle_container_cluster
resource (#7001) - container: added
node_config.resource_manager_tags
field togoogle_container_node_pool
resource (#7001) - container: added output-only fields
membership_id
andmembership_location
underfleet
ingoogle_container_cluster
resource (#6983) - looker: added
custom_domain
field togoogle_looker_instance
resource (#6979) - netapp: added field
restore_parameters
and output-only fieldsstate
,state_details
andcreate_time
togoogle_netapp_volume
resource (#6976) - workbench: added
container_image
field togoogle_workbench_instance
resource (#6988) - workbench: added
shielded_instance_config
field togoogle_workbench_instance
resource (#6984)
BUG FIXES:
- bigquery: allowed users to set permissions for
principal
/principalSets
(iamMember
) ingoogle_bigquery_dataset_iam_member
. (#6975) - cloudfunctions2: fixed an issue where not specifying
event_config.trigger_region
ingoogle_cloudfunctions2_function
resulted in a permanent diff. The field now pulls a default value from the API when unset. (#6991) - compute: fixed perma-diff on
min_ports_per_vm
ingoogle_compute_router_nat
when the field is unset by making the field default to the API-set value (#6993) - dataflow: fixed crash in
google_dataflox_job
to return an error instead if a job's Environment field is nil when reading job information (#6999) - notebooks: changed
tag
field to default to the API's value if not specified ingoogle_notebooks_instance
(#6986)