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

We need to detect when a resource group or other name is taken #14

Open
yaronyg opened this issue Sep 8, 2017 · 0 comments
Open

We need to detect when a resource group or other name is taken #14

yaronyg opened this issue Sep 8, 2017 · 0 comments

Comments

@yaronyg
Copy link
Owner

yaronyg commented Sep 8, 2017

This one is a bit tricky. Let's say I name my project test. Eventually when I create a resource group it will include the project name, the DC name, the deployment type and for dev deployments even an ID for the dev. But if someone else happens to pick the same project name then we will have a collision.

The situation is even uglier (although statistically less likely) for individual resources where our cons up names might theoretically collide with someone else's name.

Right now we would just return a blind error and hope the user can figure it out. But ideally we would detect this kind of situation, ideally during the init process, and warn the user.

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