From 4fd1ccb982de33de2a5e5f52832586bba1237a5a Mon Sep 17 00:00:00 2001 From: Aleksandr Averbukh Date: Mon, 6 Dec 2021 17:30:56 +0100 Subject: [PATCH] Update iam-sa docs --- modules/iam-service-account/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/iam-service-account/README.md b/modules/iam-service-account/README.md index a7c0cb0f4..a1b1ed9c7 100644 --- a/modules/iam-service-account/README.md +++ b/modules/iam-service-account/README.md @@ -42,7 +42,7 @@ module "myproject-default-service-accounts" { | *iam_project_roles* | Project roles granted to the service account, by project id. | map(list(string)) | | {} | | *iam_storage_roles* | Storage roles granted to the service account, by bucket name. | map(list(string)) | | {} | | *prefix* | Prefix applied to service account names. | string | | null | -| *public_keys_directory* | Path to public keys data files to upload to the service account (should have `.crt` extension). | string | | | +| *public_keys_directory* | Path to public keys data files to upload to the service account (should have `.pem` extension). | string | | | | *service_account_create* | Create service account. When set to false, uses a data source to reference an existing service account. | bool | | true | ## Outputs