From e7b7212e2fc91fbca102c5848165abddb946f170 Mon Sep 17 00:00:00 2001 From: adenot Date: Mon, 19 Apr 2021 05:09:44 +0000 Subject: [PATCH] terraform-docs: automated update action --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98289f2..85306e3 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,16 @@ The following resources will be created: | Name | Version | |------|---------| | aws | n/a | +| random | n/a | ## Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| account\_ids | List of accounts to allow publishing to SNS | `list(string)` | `[]` | no | +| account\_ids | List of accounts to allow publishing to SNS (optional - only when SNS topic is created) | `list(string)` | `[]` | no | | slack\_endpoint | endpoint to Slack notifications chanel | `string` | `""` | no | -| topic\_name | Topic name | `any` | n/a | yes | +| sns\_topic\_arn | SNS Topic to use instead of creating one (optional) | `string` | `""` | no | +| sns\_topic\_name | Topic name (optional - creates SNS topic) | `string` | `""` | no | ## Outputs