dnsimple / terraform-provider-dnsimple

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

Avoid panic when looking for a record and it does not exist on the prefetched list #60

Closed nestorsalceda closed 2 years ago

nestorsalceda commented 2 years ago

This will fix the panic when the record cannot be found instead of panicking

References #57