-
Notifications
You must be signed in to change notification settings - Fork 9
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
30 character limit on GCP project names #145
Comments
I think this might be a documentation issue. I can't really think of a workaround. We generally want to keep the Would just adding a bit of documentation saying "the name should be at most 23 characters in length" work? |
That certainly works. I looked around to see if |
… variable infrastructure_slug
Already merged! Thanks! Closing |
Describe the Bug
cookiecutter
prompts for theinfrastructure_slug
and provides a default (cdp-{{ cookiecutter.municipality_slug }}-{{ random_ascii_string(8).lower() }}
). That default value can be > 30 characters, which causes problems downstream.Expected Behavior
Let's ensure we aren't recommending an invalid project name.
Reproduction
Add a project name > 30 characters. Can be fixed with a search and replace in the generated codebase.
Environment
Any additional information about your environment.
The text was updated successfully, but these errors were encountered: