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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,14 +89,14 @@ Terraform documentation is generated automatically using [pre-commit hooks](http
89
89
| Name | Version |
90
90
|------|---------|
91
91
| terraform | >= 0.12.6 |
92
-
| aws | >= 3.8|
92
+
| aws | >= 3.19|
93
93
| random | >= 2.2 |
94
94
95
95
## Providers
96
96
97
97
| Name | Version |
98
98
|------|---------|
99
-
| aws | >= 3.8|
99
+
| aws | >= 3.19|
100
100
| random | >= 2.2 |
101
101
102
102
## Inputs
@@ -157,6 +157,7 @@ Terraform documentation is generated automatically using [pre-commit hooks](http
157
157
| replica\_scale\_min | Minimum number of replicas to allow scaling for |`number`|`2`| no |
158
158
| replica\_scale\_out\_cooldown | Cooldown in seconds before allowing further scaling operations after a scale out |`number`|`300`| no |
159
159
| 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 |
160
+
| restore\_to\_point\_in\_time | Map of nested attributes for cloning Aurora cluster. |`map(string)`|`{}`| no |
160
161
| scaling\_configuration | Map of nested attributes with scaling properties. Only valid when engine\_mode is set to `serverless`|`map(string)`|`{}`| no |
161
162
| 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 |
162
163
| skip\_final\_snapshot | Should a final snapshot be created on cluster destroy |`bool`|`false`| no |
0 commit comments