Skip to content

Commit

Permalink
docs: add prefix for bucket_admins
Browse files Browse the repository at this point in the history
`[email protected]` is missing its prefix.
  • Loading branch information
muffl0n committed Sep 18, 2023
1 parent 2ea5b0a commit 3aec071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module "gcs_buckets" {
first = true
}
bucket_admins = {
second = "user:[email protected],[email protected]"
second = "user:[email protected],user:[email protected]"
}
}
```
Expand Down

0 comments on commit 3aec071

Please sign in to comment.