Closed adriamanu closed 2 years ago
Hello @nlewo , i hope you are doing well. i updated pr according to your requested changes (some logic modification / unit tests / generate documentation). Apologies for the delayed update. Took me some time to test it again and check for edge cases. Have a good day !
I did some manual tests and wrote an acceptance test in #117.
Everything looks fine :tada:
@adriamanu Once this PR is merged, i will rebase #117.
I'm glad to read that ! @nlewo rebase has been done so that there is only 1 commit to merge (typos have been fixed during the rebasing process).
@adriamanu Thank you!
Thank you for the support, keep up the good work @nlewo 🙏🏼 !
The purpose of this PR is to add a mutable flag on livedns_records to be able to manipulate records that are susceptible of being already existant / modified aside Terraform. With this pull request, gandi provider will only touch records managed by Terraform by doing PUT crud operation from gandi api in order to update/edit the list of records. This is the related issue