From 1d427a7173c2cc3504b0ade5b61f3f744979ac5a Mon Sep 17 00:00:00 2001 From: Mikhail Zholobov Date: Mon, 5 Aug 2024 21:13:05 +0200 Subject: [PATCH] Update README.md in "simple-sa" module --- modules/simple-sa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/simple-sa/README.md b/modules/simple-sa/README.md index a9668b2..0c417d5 100644 --- a/modules/simple-sa/README.md +++ b/modules/simple-sa/README.md @@ -38,6 +38,6 @@ module "sa" { | email | Service account email | | env\_vars | Exported environment variables | | iam\_email | IAM format service account email | -| id | Service account id and email | +| id | Service account id in the format 'projects/{{project}}/serviceAccounts/{{email}}' |