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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,7 @@ No modules.
174
174
| <aname="input_replica_scale_min"></a> [replica\_scale\_min](#input\_replica\_scale\_min)| Minimum number of read replicas permitted when autoscaling is enabled |`number`|`2`| no |
175
175
| <aname="input_replica_scale_out_cooldown"></a> [replica\_scale\_out\_cooldown](#input\_replica\_scale\_out\_cooldown)| Cooldown in seconds before allowing further scaling operations after a scale out |`number`|`300`| no |
176
176
| <aname="input_replication_source_identifier"></a> [replication\_source\_identifier](#input\_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 |
177
+
| <aname="input_restore_to_point_in_time"></a> [restore\_to\_point\_in\_time](#input\_restore\_to\_point\_in\_time)| Map of nested attributes for cloning Aurora cluster. |`map(string)`|`{}`| no |
177
178
| <aname="input_s3_import"></a> [s3\_import](#input\_s3\_import)| Configuration map used to restore from a Percona Xtrabackup in S3 (only MySQL is supported) |`map(string)`|`null`| no |
178
179
| <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 |
179
180
| <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 |
0 commit comments