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 Jul 16, 2024
1 parent e696781 commit 6b39ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ The following resources will be created:
| Name | Version |
|------|---------|
| aws | n/a |
| random | >= 3.3.0 |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| alarm\_email | Enables email notification (optional) | `string` | `""` | no |
| alarm\_slack\_endpoint | Enables slack notification to endpoint passed (optional) | `string` | `""` | no |
| chatbot\_sns\_topic | SNS topic for chatbot notification | `string` | `""` | no |
| invite | Invite member accounts? (Use 'false' when this account is the delegated admin by master account) | `bool` | `true` | no |
| members | List of member AWS accounts as [{account\_id: '9999', email: '[email protected]'}, {...}] } | `list(any)` | `[]` | no |
| severity\_list | n/a | `list(any)` | <pre>[<br> "HIGH",<br> "CRITICAL"<br>]</pre> | no |
Expand Down

0 comments on commit 6b39ff7

Please sign in to comment.