CU-DBMI / gc-cloud-storage-bucket

Template for creating Cloud Storage bucket on Google Cloud.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Use cookiecutter hook and tfvar validation to limit service account characters #20

Closed d33bs closed 6 months ago

d33bs commented 6 months ago

This PR limits the number of characters which may be used for the service account name to help abide Google service account constraints (link). It might result in some odd looking names so I also added a comment above the entry within the TF to ensure understandability.

Thanks for any feedback!

Closes #17

d33bs commented 6 months ago

Thanks @falquaddoomi, I incorporated in your feedback and going to merge now!