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
| Name | Description | Type | Default | Required |
@@ -253,7 +272,7 @@ Available targets:
253
272
| regex\_replace\_chars | Regex to replace chars with empty string in `namespace`, `environment`, `stage` and `name`.<br>If not set, `"/[^a-zA-Z0-9-]/"` is used to remove all characters other than hyphens, letters and digits. |`string`|`null`| no |
254
273
| security\_group\_ids | The IDs of the security groups from which to allow `ingress` traffic to the DB instance |`list(string)`|`[]`| no |
255
274
| skip\_final\_snapshot | If true (default), no snapshot will be made before deleting DB |`bool`|`true`| no |
256
-
| snapshot\_identifier | Snapshot identifier e.g: rds:production-2019-06-26-06-05. If specified, the module create cluster from the snapshot |`string`|`""`| no |
275
+
| snapshot\_identifier | Snapshot identifier e.g: rds:production-2019-06-26-06-05. If specified, the module create cluster from the snapshot |`string`|`null`| no |
257
276
| stage | Stage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'release' |`string`|`null`| no |
258
277
| storage\_encrypted | (Optional) Specifies whether the DB instance is encrypted. The default is false if not specified |`bool`|`true`| no |
259
278
| storage\_type | One of 'standard' (magnetic), 'gp2' (general purpose SSD), or 'io1' (provisioned IOPS SSD) |`string`|`"standard"`| no |
@@ -274,7 +293,6 @@ Available targets:
274
293
| parameter\_group\_id | ID of the Parameter Group |
275
294
| security\_group\_id | ID of the Security Group |
| Name | Description | Type | Default | Required |
@@ -74,7 +93,7 @@
74
93
| regex\_replace\_chars | Regex to replace chars with empty string in `namespace`, `environment`, `stage` and `name`.<br>If not set, `"/[^a-zA-Z0-9-]/"` is used to remove all characters other than hyphens, letters and digits. |`string`|`null`| no |
75
94
| security\_group\_ids | The IDs of the security groups from which to allow `ingress` traffic to the DB instance |`list(string)`|`[]`| no |
76
95
| skip\_final\_snapshot | If true (default), no snapshot will be made before deleting DB |`bool`|`true`| no |
77
-
| snapshot\_identifier | Snapshot identifier e.g: rds:production-2019-06-26-06-05. If specified, the module create cluster from the snapshot |`string`|`""`| no |
96
+
| snapshot\_identifier | Snapshot identifier e.g: rds:production-2019-06-26-06-05. If specified, the module create cluster from the snapshot |`string`|`null`| no |
78
97
| stage | Stage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'release' |`string`|`null`| no |
79
98
| storage\_encrypted | (Optional) Specifies whether the DB instance is encrypted. The default is false if not specified |`bool`|`true`| no |
80
99
| storage\_type | One of 'standard' (magnetic), 'gp2' (general purpose SSD), or 'io1' (provisioned IOPS SSD) |`string`|`"standard"`| no |
@@ -95,5 +114,4 @@
95
114
| parameter\_group\_id | ID of the Parameter Group |
96
115
| security\_group\_id | ID of the Security Group |
0 commit comments