dnsimple / terraform-provider-dnsimple

Terraform DNSimple provider.
https://www.terraform.io/docs/providers/dnsimple/
Mozilla Public License 2.0
22 stars 20 forks source link

Stable certificate data source ID #222

Closed DXTimer closed 3 months ago

DXTimer commented 3 months ago

This PR computes the ID for the dnsimple_certificate data source using the entire certificate chain. This ensures that if the chain is updated users can act upon the change.

Fixes https://github.com/dnsimple/terraform-provider-dnsimple/issues/208