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

Fix error when no alternate names are provided for the Let's Encrypt certificate resource #111

Closed ghost closed 1 year ago

ghost commented 1 year ago

When the alternate_names attribute is omitted in a dnsimple_lets_encrypt_certificate resource, an error occurs like "target must be a pointer, got []string, which is a slice". Fixes #109.