Skip to content

Commit a7cd108

Browse files
authored
Merge pull request #76 from dkowis/sqlite3-backend-note
Updating documentation to note sqlite3 backend
2 parents 8fd0774 + 05249e6 commit a7cd108

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docs/index.html.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ 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 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.
17+
1418
Use the navigation to the left to read about the available resources.
1519

1620
## Example Usage

0 commit comments

Comments
 (0)