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 Apr 19, 2021
1 parent 5eea463 commit e7b7212
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e7b7212

Please sign in to comment.