timohirt / terraform-provider-hetznerdns

Terraform provider for Hetzner DNS
Mozilla Public License 2.0
109 stars 21 forks source link

Only synchronize write API operations #6

Closed timohirt closed 4 years ago

timohirt commented 4 years ago

Read commit message of https://github.com/timohirt/terraform-provider-hetznerdns/commit/3109ecf472d73ee94ea1b2829d2c9437fce1ca1e for context.

Currently, all API requests are serialized. This slows read and write operations down. It should be ok to multiple read resources and data sources at the same time, so synchronization is not required in this case.