Closed Requinard closed 4 years ago
The domains is a list of tuples, so
[["@", "domain.com"], ["mail"."domain.com"]
I'm currently in the process of reworking the implementation to the new REST api which supports adressing individual records better than the SOAP API did. If you can wait a few days I'll have a version up you can test.
Thanks for the effort, I'd be happy test it for you.
I'd help developing but I'm need to get some experience with go first.
The problem you're facing probably persist in the new REST API as well as far as I could test. But running with -parallelism=1
should work around the problem until I've done some more investigation. This solution could work for both the old and the new version of this provider. Please reopen the issue if the problem persists with this workaround.
I'm usinging a counted resource to create a bunch of DNS records. However, when applying changes, terraform will return a SOAP fault 26.
When I look at the control panel, I can see that it has only created a single record. Subsequent applies will keep creating a single record and failing on the rest.
It returns the following error