Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 15:47
632c320

NOTES:

  • This release uses v2.0.3 of the Terraform Plugin SDK and now only supports Terraform v0.12 and higher.
  • The certificate_id attribute of the digitalocean_cdn and digitalocean_loadbalancer resources has been deprecated in favor of certificate_name. It will become a read-only computed attrbute in a future release.

FEATURES:

  • New Data Source: digitalocean_records (#502) Thanks to @tdyas!

IMPROVEMENTS:

  • provider: Upgrade to v2.0.3 of the Terraform Plugin SDK (#492, #503). Thanks to @tdyas!
  • docs: Migrate documentation to new registry format (#501).

BUG FIXES:

  • digitalocean_certificate, digitalocean_cdn, digitalocean_loadbalancer: Use certificate name as primary identifier instead of ID as a Let's Encrypt certificate's ID will change when it's auto-renewed (#500).