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

Provide note about service account name character limits on GC #17

Closed d33bs closed 6 months ago

d33bs commented 6 months ago

Same applies to account specifications here https://github.com/CU-DBMI/gc-cloud-storage-bucket/blob/main/%7B%7B%20cookiecutter.project_name%20%7D%7D/terraform/operations/accounts.tf#L4

This was encountered due to service account character limits.

Provide a helpful note to avoid this or possibly truncate the cookiecutter content before it lands within the TF code.

Originally posted by @d33bs in https://github.com/CU-DBMI/gc-cloud-storage-bucket/issues/12#issuecomment-1979714154