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 thedigitalocean_cdn
anddigitalocean_loadbalancer
resources has been deprecated in favor ofcertificate_name
. It will become a read-only computed attrbute in a future release.
FEATURES:
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).