Closed robgmills closed 3 years ago
Oh! You'll also need to tag releases using the format v${MAJOR}.${MINOR}.${PATCH}
moving forward in order for the Github Action to pick up the changes.
Awesome, thanks! I can get a release out on the registry. I've been working with Namecheap for them to officially adopt this project as well.
Oh that's cool! LMK if there's anything I can do to help make that happen!
Sorry there's so much packed in here. Normally I would have broken it up into a few smaller PRs.
Here's all this address:
NAMECHEAP_USE_SANDBOX
environment variableAll the tests pass and I think this maintains the interface (as far as I can tell).
Soooooo...this kind of fixes #34. It gets you like, 80% of the way there.
You'll still need to do all the Terraform registry and Github Actions configuration:
GPG_PRIVATE_KEY
andPASSPHRASE
to the Github Actions environment variables.I did all of the above in about an hour. The trickiest part was creating the GPG key as it was my first-ish time.
You'll note that in the
README.md
, it points to a release under my name:robgmills/namecheap
:Publishing a release to the registry was how I managed to use it with my current version of terraform. I couldn't get the symlinking/namespacing stuff called out in #34 to work. I'd love to nuke my release if/when you release the official version on the registry. If you want me to change it to something different as part of this PR, I'm happy to do so. In the meantime I've disabled your ability to edit my fork's master branch because you could expose my GPG key and passphrase.
LMK if you need some help! I'd love to hop on a Zoom/Hangout/whatever to pair with you to get it released!
Thanks again for sharing your work!