github hashicorp/terraform-provider-google v3.58.0

latest releases: v5.28.0, v5.27.0, v5.26.0...
3 years ago

NOTES:

  • google_bigquery_table resources now cannot be destroyed unless deletion_protection = false is set in state for the resource. (#8453)

FEATURES:

  • New Data Source: google_iap_client (#8450)

IMPROVEMENTS:

  • bigquery: added deletion_protection field to google_bigquery_table to make deleting them require an explicit intent. (#8453)
  • cloudrun: updated retry logic to attempt to retry 409 errors from the Cloud Run API, which may be returned intermittently on create. (#8440)
  • compute: removed max items limit from google_compute_target_ssl_proxy. The API currently allows upto 15 Certificates. (#8478)
  • compute: added support for Private Services Connect for Google APIs in google_compute_global_address and google_compute_global_forwarding_rule(#8458)
  • iam: added a retry condition that retries editing iam_binding and iam_member resources on policies that have frequently deleted service accounts (#8476)
  • sql: added insights_config block to google_sql_database_instance resource (#8434)

BUG FIXES:

  • compute: fixed an issue where the provider could return an error on a successful delete operation (#8463)
  • dataproc : fixed an issue where max_failure_per_hour was not set correctly for google_dataproc_job (#8441)
  • dlp : modified google_data_loss_prevention_stored_info_type regex.group_indexes field to trigger resource recreation on update (#8439)
  • sql: fixed diffs based on case for charset in google_sql_database (#8462)

Don't miss a new terraform-provider-google release

NewReleases is sending notifications on new releases.