lexicon
lexicon copied to clipboard
[Required help] How to add multiple records in ROUTE53
trafficstars
HI,
Please help me how to add multiple records using lexicon to aws route53 records.
I have tried
- lexicon route53 create test-domain.xyz NS --name test-ns --content test1 --content test2
It's updating only test2.
- lexicon route53 create test-domain.xyz NS --name test-ns --content test1 lexicon route53 create test-domain.xyz NS --name test-ns --content test2
even in this way its picking only test2.
can you help my how to add multiple records.
Hey @ravichandra22 unfortunately record-set support is currently broken for Route53. Someone was working on it in https://github.com/AnalogJ/lexicon/pull/309 but the work was not completed.
I'm more than happy to accept PR's.