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

Pass the parent context to the calls created by the provider #58

Closed nestorsalceda closed 2 years ago

nestorsalceda commented 2 years ago

This PR fixes the issues with error propagation made for the provider by using the parent context.

Additionally, it will handle the operation cancellation successfully.

Fixes #57