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

investigate endoints configuration in provider, and document it, if we want to keep it as it. #132

Open
outscale-mgo opened this issue Jun 13, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@outscale-mgo
Copy link
Contributor

Current Terraform Version

all ?

Use-cases

provider "outscale" {
  access_key_id = var.access_key_id
  secret_key_id = var.secret_key_id
  region        = "useless_in_this_case_but_still_require  ¯\_(ツ)_/¯"
  endpoints     {
                api = "api.eu-west-2.outscale.com"
  }
}

It seems the endpoints stuff work, but have no documentation, and was meant for more than just "api" (so used to be usable with fcu,elb...), is it legacy code ?

Proposal

endpoint configuration is important, so we need to keep the feature, but:

  • do we want to keep the configuration as it ?
  • do we test this feature properly ?

This need to be documented and tester either ways. (and possibly changed before that)

@outscale-mgo outscale-mgo added the enhancement New feature or request label Jun 13, 2022
@outscale-mgo outscale-mgo changed the title investigate endoints configuration in provider investigate endoints configuration in provider, and document it, if we want to keep it as it. Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants