Skip to content

v4.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 21:20
· 2984 commits to main since this release
4207899

NOTES:

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

FEATURES:

  • New Data Source: google_compute_disk (#11584)

IMPROVEMENTS:

  • apigee: added consumer_accept_list and service_attachment to google_apigee_instance. (#11595)
  • compute: added provisioning_model field to google_compute_instance_template and google_compute_instance resources to support Spot VM (#11552)
  • privateca: added deletion_protection for google_privateca_certificate_authority. (#11551)
  • privateca: added new output fields on google_privateca_certificate including issuer_certificate_authority, pem_certificate_chain and certificate_description.x509_description (#11553)
  • redis: added multi read replica field read_replicas_mode and secondary_ip_range in google_redis_instance (#11592)

BUG FIXES:

  • compute: fixed a crash when compute.instance is not found (#11602)
  • provider: removed printing credentials to the console if malformed JSON is given (#11599)
  • sql: fixed bug where encryption_key_name was not being propagated to the API. (#11601)