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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ No modules.
186
186
| <aname="input_scaling_configuration"></a> [scaling\_configuration](#input\_scaling\_configuration)| Map of nested attributes with scaling properties. Only valid when engine\_mode is set to `serverless`|`map(string)`|`{}`| no |
187
187
| <aname="input_security_group_description"></a> [security\_group\_description](#input\_security\_group\_description)| The description of the security group. If value is set to empty string it will contain cluster name in the description |`string`|`"Managed by Terraform"`| no |
188
188
| <aname="input_security_group_tags"></a> [security\_group\_tags](#input\_security\_group\_tags)| Additional tags for the security group |`map(string)`|`{}`| no |
189
-
| <aname="input_skip_final_snapshot"></a> [skip\_final\_snapshot](#input\_skip\_final\_snapshot)|Should a final snapshot be created on cluster destroy|`bool`|`false`| no |
189
+
| <aname="input_skip_final_snapshot"></a> [skip\_final\_snapshot](#input\_skip\_final\_snapshot)|Determines whether a final DB snapshot is created before the DB cluster is deleted. If true is specified, no DB snapshot is created.|`bool`|`false`| no |
190
190
| <aname="input_snapshot_identifier"></a> [snapshot\_identifier](#input\_snapshot\_identifier)| DB snapshot to create this database from |`string`|`null`| no |
191
191
| <aname="input_source_region"></a> [source\_region](#input\_source\_region)| The source region for an encrypted replica DB cluster |`string`|`""`| no |
192
192
| <aname="input_storage_encrypted"></a> [storage\_encrypted](#input\_storage\_encrypted)| Specifies whether the underlying storage layer should be encrypted |`bool`|`true`| no |
0 commit comments