go-gandi / terraform-provider-gandi

Terraform provider for the Gandi Domain services
Mozilla Public License 2.0
152 stars 45 forks source link

Add support for Personal Access Tokens #148

Closed nautik1 closed 9 months ago

nautik1 commented 10 months ago

Personal Access Tokens support was added in go-gandi 0.7.0, would be nice to switch to using them in this provider

This MR is based on this other one so that CI can work well

nlewo commented 10 months ago

Hi @nautik1 Thanks for your contribution!

Note i need to check how to make the CI working with PAT: since this branch is not part of this repo, the acceptance test is not executed (to avoid leaking repository secrets).

nlewo commented 9 months ago

@nautik1 This has been integrated by #151 (in order to be tested)

Thank you!