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 project name for backend specification #18

Closed d33bs closed 6 months ago

d33bs commented 6 months ago

This PR uses the cookiecutter project name for backend specification (Terraform throws an error when attempting to use tfvars).

Thanks for any feedback!

Closes #12

d33bs commented 6 months ago

Thanks @falquaddoomi ! I think your advice is spot on and incorporated it into #20 . I believe we still need the changes here due to TF limitations (we can't use a TFvar in the backend specification) but cookiecutter should catch things before we get to a point where the backend bucket name exceeds that of what's possible (through the project name checks in cookiecutter).

d33bs commented 6 months ago

Thanks again @falquaddoomi, merging this in after related changes passed testing.