Skip to content

Commit 05249e6

Browse files
committed
Updating verbiage in the docs
1 parent 47de565 commit 05249e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/index.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ description: |-
1111
The PowerDNS provider is used manipulate DNS records supported by PowerDNS server. The provider needs to be configured
1212
with the proper credentials before it can be used. It supports both the [legacy API](https://doc.powerdns.com/3/httpapi/api_spec/) and the new [version 1 API](https://doc.powerdns.com/md/httpapi/api_spec/), however resources may need to be configured differently.
1313

14-
NOTE: if you're using the sqlite3 PowerDNS backend, you must not use parllel execution: `-parallelism=1`. The MySQL Backend has been verified to work with parallelism, however.
14+
NOTE: if you're using the sqlite3 PowerDNS backend, you might face a problem (as described in [#75](https://github.com/pan-net/terraform-provider-powerdns/issues/75)) with terraform's
15+
default behavior to [run mulitple operations](https://www.terraform.io/docs/commands/apply.html#parallelism-n) in parallel. Using `-parallelism=1` can help solve the limitations of
16+
the sqlite3 PowerDNS Backend. The MySQL Backend has been verified to work with parallelism, however.
1517

1618
Use the navigation to the left to read about the available resources.
1719

0 commit comments

Comments
 (0)