From 173b588cbef01605bdafe5aafc7dfaa032ae4cac Mon Sep 17 00:00:00 2001 From: Matt Conway Date: Fri, 19 Mar 2021 09:23:28 -0400 Subject: [PATCH] doc fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3bd62e..9a81d47 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ module "grant-cloudtruth-access" { | role\_name | The role within your AWS account that cloudtruth will assume to perform its actions | `any` | n/a | yes | | s3\_policy | A custom policy to use for s3 instead of the one this module would define | `string` | `""` | no | | s3\_resources | The s3 resources to explicitly grant access to, defaults to all, and listing
all buckets is always allowed (for bucket chooser in UI) even if access
isn't granted here | `list(string)` |
[
"*"
]
| no | -| services\_enabled | The AWS services to grant cloudtruth access to, allowed values are s3, ssm | `list(string)` | n/a | yes | +| services\_enabled | The AWS services to grant cloudtruth access to, allowed values are s3, ssm, secrets | `list(string)` | n/a | yes | | ssm\_policy | A custom policy to use for ssm instead of the one this module would define | `string` | `""` | no | | ssm\_resources | The ssm resources to explicitly grant access to, defaults to all, and listing
all is always allowed (for chooser in UI) even if access
isn't granted here | `list(string)` |
[
"*"
]
| no | | secrets\_policy | A custom policy to use for secrets manager instead of the one this module would define | `string` | `""` | no |