Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: API key not found #30

Open
datagrime opened this issue Jul 15, 2021 · 0 comments
Open

Error: API key not found #30

datagrime opened this issue Jul 15, 2021 · 0 comments

Comments

@datagrime
Copy link

Hello,

When attempting to test terraform using the sandbox api http[s]://api.sandbox.dnsmadeeasy.com/V2.0/ I am getting Error: API key not found when trying to run terraform apply -parallelism=1

below is my provider configuration

  required_providers {
    dme = {
      source = "DNSMadeEasy/dme"
      version = "0.1.3"
    }
  }
}

provider "dme" {
  api_key = "api-hash"
  secret_key = "secret-hash"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant