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

Remove provider requirements when creating a project #841

Open
g3kk0 opened this issue Jan 11, 2018 · 0 comments
Open

Remove provider requirements when creating a project #841

g3kk0 opened this issue Jan 11, 2018 · 0 comments

Comments

@g3kk0
Copy link
Contributor

g3kk0 commented Jan 11, 2018

Projects at their most basic should be a simple container that environments can be created within.

Currently in order to create a project you need to provide various details about the with regards to the infrastructure provider. This leads to two problems:

  • You may not want to expose a global provider across all environments (currently you have no choice)
  • Using a project as a simple way to group your environments is more difficult than it should be.

By default the project resource should nothing more than a way to group environments with the option to set default values for the environments within (e.g. provider details if the user wishes).

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