NOTES:
- reorganized documentation to group all Compute Engine and Monitoring (Stackdriver) resources together. (#10205)
DEPRECATIONS:
- container: deprecated
workload_metadata_configuration.node_metadata
in favor ofworkload_metadata_configuration.mode
ingoogle_container_cluster
(#10238) - dataproc: deprecated the
google_dataproc_workflow_template.version
field, as it wasn't actually useful. The field is used during updates, but updates aren't currently possible with the resource. (#10183) - runtimeconfig: deprecated the Runtime Configurator service in the
google
(GA) provider includinggoogle_runtimeconfig_config
,google_runtimeconfig_variable
,google_runtimeconfig_config_iam_policy
,google_runtimeconfig_config_iam_binding
,google_runtimeconfig_config_iam_member
,data.google_runtimeconfig_config
. They will only be available in thegoogle-beta
provider in a future release, as the underlying service is in beta. (#10232)
BREAKING CHANGES: - gke_hub: made the
config_membership
field ingoogle_gke_hub_feature
required, disallowing invalid configurations (#10199) - gke_hub: made the
configmanagement
,feature
,location
,membership
fields ingoogle_gke_hub_feature_membership
required, disallowing invalid configurations (#10199)
FEATURES:
- New Data Source:
google_service_networking_peered_dns_domain
(#10229) - New Data Source:
google_sourcerepo_repository
(#10203) - New Data Source:
google_storage_bucket
(#10190) - New Resource:
google_pubsub_lite_reservation
(#10263) - New Resource:
google_service_networking_peered_dns_domain
(#10229)
IMPROVEMENTS:
- composer: added support for composer v2 fields
workloads_config
andcloud_composer_network_ipv4_cidr_block
tocomposer_environment
(10269) - compute: added external IPv6 support on
google_compute_subnetwork
andgoogle_compute_instance.network_interfaces
(#10189) - container: added support for
workload_metadata_configuration.mode
ingoogle_container_cluster
(#10238) - eventarc: added support for
uid
output field,cloud_function
destination togoogle_eventarc_trigger
(#10199) - gke_hub: added support for
gcp_service_account_email
when configuring Git sync ingoogle_gke_hub_feature_membership
(#10199) - gke_hub: added support for
resource_state
,state
outputs togoogle_gke_hub_feature
(#10199) - pubsub: Added support for references to
google_pubsub_lite_reservation
togoogle_pubsub_lite_topic
. (#10263)
BUG FIXES:
- monitoring: fixed typo in
google_monitoring_uptime_check_config
whereNOT_MATCHES_REGEX
could not be specified. (#10249)