Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 27, 2024
1 parent 1a09bb1 commit ec1b636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/gcp/projects/leap.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ user_buckets = {
"delete_after" : null,
"extra_admin_members" : ["group:[email protected]"],
"usage_logs" : true,
"uniform_bucket_level_access_only" : true, # cannot change after 90 days
"uniform_bucket_level_access_only" : true, # cannot change after 90 days
},
"persistent-ro-staging" : {
"delete_after" : null,
"extra_admin_members" : ["group:[email protected]"],
"usage_logs" : true,
"uniform_bucket_level_access_only" : true, # cannot change after 90 days
"uniform_bucket_level_access_only" : true, # cannot change after 90 days
}
}

Expand Down

0 comments on commit ec1b636

Please sign in to comment.