You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| application | Application (e.g. `cd` or `clouddrove`). |`string`|`""`| no |
179
178
| apply\_immediately | Determines whether or not any DB modifications are applied immediately, or during the maintenance window. |`bool`|`false`| no |
180
179
| auto\_minor\_version\_upgrade | Determines whether minor engine upgrades will be performed automatically in the maintenance window. |`bool`|`true`| no |
181
180
| auto\_pause | Whether to enable automatic pause. A DB cluster can be paused only when it's idle (it has no connections). |`bool`|`false`| no |
182
181
| availability\_zone | The Availability Zone of the RDS instance. |`string`|`""`| no |
183
-
| availability\_zones | The Availability Zone of the RDS cluster. |`list`|`[]`| no |
182
+
| availability\_zones | The Availability Zone of the RDS cluster. |`list(any)`|`[]`| no |
184
183
| aws\_security\_group | Specifies whether IAM Database authentication should be enabled or not. Not all versions and instances are supported. Refer to the AWS documentation to see which versions are supported. |`list(string)`|`[]`| no |
185
184
| backtrack\_window | The target backtrack window, in seconds. Only available for aurora engine currently.Must be between 0 and 259200 (72 hours) |`number`|`0`| no |
186
185
| backup\_retention\_period | How long to keep backups for (in days). |`number`|`7`| no |
@@ -204,8 +203,8 @@ Here are some examples of how you can use this module in your inventory structur
204
203
| identifier\_prefix | Prefix for cluster and instance identifier. |`string`|`""`| no |
205
204
| instance\_type | Instance type to use. |`string`|`""`| no |
206
205
| kms\_key\_id | The ARN for the KMS encryption key if one is set to the cluster. |`string`|`""`| no |
207
-
| label\_order | Label order, e.g. `name`,`application`. |`list`|`[]`| no |
208
-
| managedby | ManagedBy, eg 'CloudDrove' or 'AnmolNagpal'. |`string`|`"anmol@clouddrove.com"`| no |
206
+
| label\_order | Label order, e.g. `name`,`application`. |`list(any)`|`[]`| no |
207
+
| managedby | ManagedBy, eg 'CloudDrove'. |`string`|`"hello@clouddrove.com"`| no |
209
208
| max\_capacity | The maximum capacity. Valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256. |`number`|`4`| no |
210
209
| min\_capacity | The minimum capacity. Valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256. |`number`|`2`| no |
211
210
| monitoring\_interval | The interval (seconds) between points when Enhanced Monitoring metrics are collected. |`number`|`0`| no |
@@ -229,6 +228,7 @@ Here are some examples of how you can use this module in your inventory structur
229
228
| replica\_scale\_min | Minimum number of replicas to allow scaling. |`number`|`2`| no |
230
229
| replica\_scale\_out\_cooldown | Cooldown in seconds before allowing further scaling operations after a scale out. |`number`|`300`| no |
231
230
| replication\_source\_identifier | ARN of a source DB cluster or DB instance if this DB cluster is to be created as a Read Replica. |`string`|`""`| no |
231
+
| repository | Terraform current module repo |`string`|`""`| no |
232
232
| seconds\_until\_auto\_pause | The time, in seconds, before an Aurora DB cluster in serverless mode is paused. Valid values are 300 through 86400. |`number`|`300`| no |
233
233
| serverless\_enabled | Whether serverless is enabled or not. |`bool`|`false`| no |
234
234
| skip\_final\_snapshot | Should a final snapshot be created on cluster destroy. |`bool`|`false`| no |
0 commit comments