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
According to the new documentation on initiating the gandi provider, the API_KEY has been deprecated. However I am getting an error where the provider is still requesting the "GANDI_API_KEY", which currently cannot be created on the Gandi website. I followed the instructions to pass in "personal_access_token" as input and that doesn't work. I get the same error for 2.2.0 and 2.3.0
error configuring plugin: rpc error: code = Unknown desc = error initializing provider: gandi: some credentials information are missing: GANDI_API_KEY
│
│ with acme_certificate.certificates["xxxxxx.com"],
│ on dns.tf line 25, in resource "acme_certificate" "certificates":
│ 25: resource "acme_certificate" "certificates" {
The text was updated successfully, but these errors were encountered:
According to the new documentation on initiating the gandi provider, the API_KEY has been deprecated. However I am getting an error where the provider is still requesting the "GANDI_API_KEY", which currently cannot be created on the Gandi website. I followed the instructions to pass in "personal_access_token" as input and that doesn't work. I get the same error for 2.2.0 and 2.3.0
error configuring plugin: rpc error: code = Unknown desc = error initializing provider: gandi: some credentials information are missing: GANDI_API_KEY
│
│ with acme_certificate.certificates["xxxxxx.com"],
│ on dns.tf line 25, in resource "acme_certificate" "certificates":
│ 25: resource "acme_certificate" "certificates" {
The text was updated successfully, but these errors were encountered: