FEATURES:
- New Data Source:
google_bigquery_tables
(#8130) - New Resource:
google_compute_network_firewall_policy_with_rules
(#8118) - New Resource:
google_developer_connect_connection
(#8150) - New Resource:
google_developer_connect_git_repository_link
(#8150) - New Resource:
google_memorystore_instance
(#8126)
IMPROVEMENTS:
- compute: added
connected_endpoints.consumer_network
andconnected_endpoints.psc_connection_id
fields togoogle_compute_service_attachment
resource (#8148) - compute: added
propagated_connection_limit
andconnected_endpoints.propagated_connection_count
fields togoogle_compute_service_attachment
resource (#8148) - compute: added field
http_keep_alive_timeout_sec
togoogle_region_compute_target_http_proxy
andgoogle_region_compute_target_http_proxy
resources (#8151) - compute: added support for
boot_disk.initialize_params.resource_policies
ingoogle_compute_instance
andgoogle_instance_template
(#8134) - container: added
storage_pools
tonode_config
ingoogle_container_cluster
andgoogle_container_node_pool
(#8146) - containerattached: added
security_posture_config
field togoogle_container_attached_cluster
resource (#8137) - netapp: added
large_capacity
andmultiple_endpoints
togoogle_netapp_volume
resource (#8116) - resourcemanager: added
tags
field togoogle_folder
to allow setting tags for folders at creation time (#8113)
BUG FIXES:
- compute: setting
network_ip
to "" will no longer cause diff and will be treated the same asnull
(#8128) - dataproc: updated
google_dataproc_cluster
to protect against handling nilkerberos_config
values (#8129) - dns: added a mutex to
google_dns_record_set
to prevent conflicts when multiple resources attempt to operate on the same record set (#8139) - managedkafka: added 5 second wait post
google_managed_kafka_topic
creation to fix eventual consistency errors (#8149)