You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this @eshneken .
Rather than call newRecordOperation once with multiple target IP's, we should be calling newRecordOperation separately for each target IP individually in the case of A and AAAA records.
I'll work on a PR for this.
What happened: When attempting to create DNS records of type A or AAAA and providing multiple IPs an error is returned. With one IP this works fine.
What you expected to happen: Expectation is that the provider will process each IP as a separate SDK call to create a DNS record.
How to reproduce it (as minimally and precisely as possible): A request such as the following:
results in the following error:
Anything else we need to know?:
Environment:
external-dns --version
): latest versionThe text was updated successfully, but these errors were encountered: