Skip to content

Commit

Permalink
LEAP: Disable public access on the LEAP buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Nov 10, 2023
1 parent b50605e commit 292b232
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform/gcp/projects/leap.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ user_buckets = {
"persistent-ro" : {
"delete_after" : null,
"extra_admin_members" : ["group:[email protected]"],
"public_access" : true
},
"persistent-ro-staging" : {
"delete_after" : null,
"extra_admin_members" : ["group:[email protected]"],
"public_access" : true
}
}

Expand Down

0 comments on commit 292b232

Please sign in to comment.