github hashicorp/terraform-provider-google-beta 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. (#2954)

FEATURES:

  • New Data Source: google_runtimeconfig_variable (#2945)
  • New Data Source: google_iap_client (#2951)

IMPROVEMENTS:

  • bigquery: added deletion_protection field to google_bigquery_table to make deleting them require an explicit intent. (#2954)
  • cloudrun: updated retry logic to attempt to retry 409 errors from the Cloud Run API, which may be returned intermittently on create. (#2948)
  • compute: removed max items limit from google_compute_target_ssl_proxy. The API currently allows upto 15 Certificates. (#2964)
  • compute: added support for Private Services Connect for Google APIs in google_compute_global_address and google_compute_global_forwarding_rule (#2956)
  • iam: added a retry condition that retries editing iam_binding and iam_member resources on policies that have frequently deleted service accounts (#2963)
  • redis: added transit encryption mode support for google_redis_instance (#2955)
  • secretmanager: changed endpoint to use v1 instead of v1beta1 as it is more up-to-date (#2946)
  • sql: added insights_config block to google_sql_database_instance resource (#2944)

BUG FIXES:

  • compute: fixed an issue where the provider could return an error on a successful delete operation (#2958)
  • datacatalog: fixed import issue for google_data_catalog_taxonomy (#2961)
  • dataproc : fixed max_failure_per_hour not sent in API request for the resource google_dataproc_job (#2949)
  • dlp : modified google_data_loss_prevention_stored_info_type regex.group_indexes field to trigger resource recreation on update (#2947)
  • sql: fixed diffs based on case for charset in google_sql_database (#2957)

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

NewReleases is sending notifications on new releases.