Skip to content

Releases: hashicorp/terraform-provider-google-beta

v3.13.0

16 Mar 17:07
Compare
Choose a tag to compare

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 in google_bigtable_table and google_bigtable_gc_policy (#1830)
  • compute: Added autoscaling_policy to google_compute_node_group (#1841)
  • compute: Added support for full-name/id network_endpoint_group value in google_network_endpoint (#1831)
  • dialogflow: Changed google_dialogflow_agent to not read tier status (#1829)
  • monitoring: Added sensitive_labels to google_monitoring_notification_channel so that labels like password and auth_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 in google_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 accept NOT rather than NOT_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)