-
Notifications
You must be signed in to change notification settings - Fork 910
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
revisit prefix handling #954
Comments
To summarize the proper usage:
|
I would prefer validating that The local for iam-service-account would end up like this:
@ludoo wdyt? |
yes, absolutely. Validation in the variable for empty string, and test on null in locals. |
Opened #967 for the blueprints. |
Handling of the
prefix
variable is inconsistent across modules. For exampleproject
doesn't allow""
but gcs does.Agree on a single pattern and use it in all modules.
The text was updated successfully, but these errors were encountered: