From 3aec0715200125c6702884a2c4614012c94b76f6 Mon Sep 17 00:00:00 2001 From: Sven Schliesing Date: Mon, 18 Sep 2023 11:35:32 +0200 Subject: [PATCH] docs: add prefix for bucket_admins `eggs@example.com` is missing its prefix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd8559ae..122683f9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ module "gcs_buckets" { first = true } bucket_admins = { - second = "user:spam@example.com,eggs@example.com" + second = "user:spam@example.com,user:eggs@example.com" } } ```