Releases: hashicorp/terraform-provider-google-beta
Releases · hashicorp/terraform-provider-google-beta
v3.13.0
3.13.0 (March 16, 2020)
BREAKING CHANGES:
- dialogflow: Changed
google_dialogflow_agent.time_zone
to ForceNew. Updating this field will require recreation. This is due to a change in API behavior. (#1827)
FEATURES:
- New Resource:
google_bigquery_reservation
(#1833) - New Resource:
google_compute_region_disk_resource_policy_attachment
(#1836) - New Resource:
google_sql_source_representation_instance
(#1832)
IMPROVEMENTS:
- bigtable: Added support for full-name/id
instance_name
value ingoogle_bigtable_table
andgoogle_bigtable_gc_policy
(#1830) - compute: Added
autoscaling_policy
togoogle_compute_node_group
(#1841) - compute: Added support for full-name/id
network_endpoint_group
value ingoogle_network_endpoint
(#1831) - dialogflow: Changed
google_dialogflow_agent
to not readtier
status (#1829) - monitoring: Added
sensitive_labels
togoogle_monitoring_notification_channel
so that labels likepassword
andauth_token
can be managed separately from the other labels and marked as sensitive. (#1844)
BUG FIXES:
- all: fixed issue where nested objects were getting sent as null values to GCP on create instead of being omitted from requests (#1822)
- cloudfunctions: fixed
vpc_connector
to be updated properly ingoogle_cloudfunctions_function
(#1825) - compute: fixed
google_compute_security_policy
from allowing two rules with the same priority. (#1828) - compute: fixed bug where
google_compute_instance.scheduling.node_affinities.operator
would incorrectly acceptNOT
rather thanNOT_IN
. (#1835) - container: Fixed issue where
google_container_node_pool
resources created in the 2.X series were failing to update after 3.11. (#1846)