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
When setting up the Namecheap Provider, the following options are provided to set the API user and API key: api_user, api_key. Yet, they do not seem to be used in the actual configuration of the provider per this error:
╷
│ Error: error configuring plugin: rpc error: code = Unknown desc = error initializing provider: namecheap: some credentials information are missing: NAMECHEAP_API_USER,NAMECHEAP_API_KEY
│
│ with acme_certificate.cert,
│ on main.tf line 107, in resource "acme_certificate" "cert":
│ 107: resource "acme_certificate" "cert" {
│
╵
When setting up the Namecheap Provider, the following options are provided to set the API user and API key:
api_user
,api_key
. Yet, they do not seem to be used in the actual configuration of the provider per this error:Following example config:
The text was updated successfully, but these errors were encountered: