Closed timohirt closed 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.
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.