Skip to content

Can't configure provider #20

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

Open
DarkStar1973 opened this issue May 18, 2020 · 0 comments
Open

Can't configure provider #20

DarkStar1973 opened this issue May 18, 2020 · 0 comments

Comments

@DarkStar1973
Copy link

I have created all key and secret on https://eu.api.kimsufi.com/createToken/ (masked here)

Simple test:


provider ovh {
  endpoint = "kimsufi-eu"
  application_key    = "XXXXXXXXXXXXXX"
  application_secret = "XXXXXXXXXXXXXXXXXXXXXXXX"
  consumer_key       = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}

terraform apply

Error: kimsufi-eu must be one of map[string]string{"kimsufi-ca":"https://ca.api.kimsufi.com/1.0", "kimsufi-eu":"https://eu.api.kimsufi.com/1.0", "ovh-ca":"https://ca.api.ovh.com/1.0", "ovh-eu":"https://eu.api.ovh.com/1.0", "ovh-us":"https://api.us.ovhcloud.com/1.0", "runabove-ca":"https://api.runabove.com/1.0", "soyoustart-ca":"https://ca.api.soyoustart.com/1.0", "soyoustart-eu":"https://eu.api.soyoustart.com/1.0"} endpoints


  on main.tf line 9, in provider "ovh":
   9: provider ovh {

@DarkStar1973 DarkStar1973 changed the title Cannont configure provider Can't configure provider May 18, 2020
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