From b5e209d9494292ad72f920ad96f9f10b2cba73fe Mon Sep 17 00:00:00 2001 From: jeremiasroma Date: Thu, 16 Dec 2021 23:17:52 +0000 Subject: [PATCH] terraform-docs: automated update action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edb1a14..51db1ae 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ | kms\_key\_arn | KMS Key ARN to use a CMK instead of default shared key, when storage\_encrypted is true | `string` | `""` | no | | major\_engine\_version | Specifies the major version of the engine that this option group should be associated with | `string` | `""` | no | | max\_allocated\_storage | Argument higher than the allocated\_storage to enable Storage Autoscaling, size in GB. 0 to disable Storage Autoscaling | `number` | `0` | no | +| monitoring\_interval | The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance | `number` | `0` | no | | multi\_az | Deploy multi-az instance database | `bool` | `false` | no | | name | Name of this RDS Database | `string` | n/a | yes | | option\_group\_description | The description of the option group | `string` | `"Managed by Terraform"` | no |