diff --git a/README.md b/README.md index bb3b69a..7efdd94 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,17 @@ No modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| +| [alarm\_actions](#input\_alarm\_actions) | The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN). Default is `null`. | `list(string)` | `null` | no | | [cloudwatch\_alarms\_treat\_missing\_data](#input\_cloudwatch\_alarms\_treat\_missing\_data) | Sets how the alarms handle missing data points. The following values are supported: `missing`, `ignore`, `breaching` and `notBreaching`. Default is `breaching`. | `string` | `"breaching"` | no | | [email](#input\_email) | List of e-mail addresses subscribing to the SNS topic. Default is empty list. | `list(string)` | `[]` | no | | [enable\_cloudwatch\_alarms](#input\_enable\_cloudwatch\_alarms) | Setup CloudWatch alarms for the FSx filesystem state. For each state a separate alarm will be created. Default is false. | `bool` | `false` | no | | [enable\_sns\_notifications](#input\_enable\_sns\_notifications) | Setup SNS notifications for the FSx filesystem state. Default is false. | `bool` | `false` | no | | [filesystem\_ids](#input\_filesystem\_ids) | List of filesystem identifiers. Default is empty list. | `list(string)` | `[]` | no | | [ignore\_states](#input\_ignore\_states) | Suppress warnings for the listed FSx states. Default: ['CREATING', 'UPDATING'] | `list(string)` |
[
"CREATING",
"UPDATING"
]
| no | +| [insufficient\_data\_actions](#input\_insufficient\_data\_actions) | The list of actions to execute when this alarm transitions into an INSUFFICIENT\_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN). Default is `null`. | `list(string)` | `null` | no | | [log\_retion\_period\_in\_days](#input\_log\_retion\_period\_in\_days) | Number of days logs will be retained. Default is 365 days. | `number` | `365` | no | | [memory\_size](#input\_memory\_size) | Amount of memory in MByte that the Lambda Function can use at runtime. Default is 160. | `number` | `160` | no | +| [ok\_actions](#input\_ok\_actions) | The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN). Default is `null` | `list(string)` | `null` | no | | [schedule\_expression](#input\_schedule\_expression) | The schedule expression for the CloudWatch event rule. Default is 'rate(5 minutes)'. | `string` | `"rate(5 minutes)"` | no | | [tags](#input\_tags) | A map of tags to add to all resources. Default is empty map. | `map(string)` | `{}` | no | diff --git a/examples/01_default_configuration/README.md b/examples/01_default_configuration/README.md index 2befadd..c2b635c 100644 --- a/examples/01_default_configuration/README.md +++ b/examples/01_default_configuration/README.md @@ -14,8 +14,8 @@ It needs to be populated before deploying this example. | Name | Version | |------|---------| -| [terraform](#requirement\_terraform) | ~>1.5 | -| [aws](#requirement\_aws) | ~>5.0 | +| [terraform](#requirement\_terraform) | ~>1.9 | +| [aws](#requirement\_aws) | ~>5.59 | ## Providers diff --git a/examples/02_custom_schedule/README.md b/examples/02_custom_schedule/README.md index 3282529..3ce6e3a 100644 --- a/examples/02_custom_schedule/README.md +++ b/examples/02_custom_schedule/README.md @@ -14,8 +14,8 @@ It needs to be populated before deploying this example. | Name | Version | |------|---------| -| [terraform](#requirement\_terraform) | ~>1.5 | -| [aws](#requirement\_aws) | ~>5.0 | +| [terraform](#requirement\_terraform) | ~>1.9 | +| [aws](#requirement\_aws) | ~>5.59 | ## Providers