Skip to content

Commit

Permalink
Enable a persistent bucket with outside write access for catalyst-lat…
Browse files Browse the repository at this point in the history
…am unam
  • Loading branch information
sgibson91 committed Jun 13, 2024
1 parent b5dd33c commit 648b1cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/gcp/projects/catalystproject-latam.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ user_buckets = {
"scratch-unam" : {
"delete_after" : 7,
},
// Created as part of "LEAP"-style method of data input/output as per:
// https://github.com/2i2c-org/infrastructure/issues/4214
"persistent-unam" : {
"delete_after" : null,
"extra_admin_members": [
"group:[email protected]"
]
},
}

hub_cloud_permissions = {
Expand Down

0 comments on commit 648b1cd

Please sign in to comment.