Skip to content

Commit

Permalink
terraform-docs: automated update action
Browse files Browse the repository at this point in the history
  • Loading branch information
adenot committed May 3, 2021
1 parent 7697599 commit cc2a101
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ The following resources will be created:
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| 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 |
| email | Email address to subscribe notification to (optional) | `string` | `""` | no |
| slack\_endpoint | endpoint to Slack notifications channel (optional) | `string` | `""` | no |
| sns\_kms\_encryption | Enabled KMS CMK encryption at rest for SNS Topic | `bool` | `false` | no |
| 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 |

Expand Down

0 comments on commit cc2a101

Please sign in to comment.