Skip to content

Releases: hashicorp/terraform-provider-google-beta

3.15.0 (March 30, 2020)

30 Mar 20:12

Choose a tag to compare

FEATURES:

  • New Resource: google_compute_instance_group_named_port (#1869)
  • New Resource: google_service_usage_consumer_quota_override (#1884)
  • New Resource: google_firebase_project: enables Firebase for a referenced Google project (#1885)
  • New Resource: google_iap_brand (#1848)
  • New Resource: google_iap_client (#1848)
  • New Resource: google_appengine_flexible_app_version (#1849)

IMPROVEMENTS:

  • accesscontextmanager: Added regions field to google_access_context_manager_access_level (#1882)
  • compute: added support for IAM conditions in google_compute_subnet_iam_* IAM resources (#1877)
  • kms: Added new field "Additional Authenticated Data" for Cloud KMS data source google_kms_secret (#1886)
  • kms: Added new field "Additional Authenticated Data" for Cloud KMS resource google_kms_secret_ciphertext (#1886)

BUG FIXES:

  • kms: Fixed an issue in google_kms_crypto_key_version where public_key would return empty after apply (#1879)
  • logging: Fixed import issue with google_logging_metric in a non-default project. (#1876)
  • provider: Fixed an error with resources failing to upload large files (e.g. with google_storage_bucket_object) during retried requests (#1894)

3.14.0 (March 23, 2020)

23 Mar 19:19

Choose a tag to compare

FEATURES:

  • New Data Source: google_compute_instance_serial_port (#1860)
  • New Resource: google_compute_region_ssl_certificate (#1863)

IMPROVEMENTS:

  • compute: Added new attribute reference current_status to the google_compute_instance resource (#1857)
  • container: Added dns_cache_config field to google_container_cluster resource (#1853)
  • container: Updated upgrade_settings to read defaults from API for the google_container_node_pool resource (#1859)
  • provider: Added provider-wide request retries for common temporary GCP error codes and network errors (#1856)
  • redis: Added connect_mode field to google_redis_instance resource (#1854)

v3.13.0

16 Mar 17:07

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)