-
Notifications
You must be signed in to change notification settings - Fork 770
feat!: use random_project_id_length #891
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @apeabody! Could we also add random_project_id_length
in other places to prevent collisions?
f3ded0c
to
524f0e4
Compare
Sure! @bharathkkb - FYI: This will now be a breaking change. |
Many projects are at the limit or near the limit of the max
with four additional chars for the random suffix, they would brake the limit . Not all the projects can have this increase in the random size to prevent collisions |
Thanks for the feedback @daniel-cit. These should all be currently using |
I see. Thanks for the clarification. A great follow up would be adding the
|
We can think about it, but would be a breaking change and need a migration guide for existing project_id: terraform-google-modules/terraform-google-bootstrap#215 |
No description provided.