BREAKING CHANGES:
- The base url for the
monitoring
endpoint no longer includes the API version (previously "v3/"). If you use amonitoring_custom_endpoint
, remove the trailing "v3/". (#2088)
FEATURES:
- New Data Source:
google_iam_testable_permissions
(#2071) - New Resource:
google_monitoring_dashboard
(#2088)
IMPROVEMENTS:
- bigquery: added ability for various
table_id
fields (and onedataset_id
field) ingoogle_bigquery_job
to specify a relative path instead of just the table id (#2079) - composer: Added support for
google_composer_environment
config.private_environment_config.cloud_sql_ipv4_cidr_block
(#2075) - composer: Added support for
google_composer_environment
config.private_environment_config.web_server_ipv4_cidr_block
(#2075) - composer: Added support for
google_composer_environment
web_server_network_access_control
for private environments (#2075) - container: Added update support for
node_config.workload_metadata_config
togoogle_container_node_pool
(#2091) - container: added
min_cpu_platform
to google_container_cluster.cluster_autoscaling.auto_provisioning_defaults (#2086) - container: added
release_channel_default_version
todata.google_container_engine_versions
, allowing you to find the default version for a release channel (#2068) - container: added the ability to unspecify
google_container_cluster
'smin_master_version
field (#2068) - container: added update support to
google_container_cluster
'srelease_channel
field (#2068) - container: added
config_connector_config
google_container_cluster
(#2064) - monitoring: Added window-based SLI to
google_monitoring_slo
(#2070)
BUG FIXES:
- compute: Fixed an issue where
google_compute_route
creation failed while VPC peering was in progress. (#2082) - Fixed an issue where data source
google_organization
would ignore exact domain matches if multiple domains were found (#2085) - compute: Fixed
google_compute_interconnect_attachment
edge_availability_domain
diff when the field is unspecified (#2084) - compute: fixed error where plan would error if
google_compute_region_disk_resource_policy_attachment
had been deleted outside of terraform. (#2065) - compute: raise limit on number of
src_ip_ranges
values ingoogle_compute_security_policy
to supported 10 (#2076) - iam: Fixed an issue where
google_service_account
shows an error after creating the resource (#2074)