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
## Modules
@@ -179,6 +179,7 @@ No Modules.
179
179
| replica\_scale\_min | Minimum number of replicas to allow scaling for |`number`|`2`| no |
180
180
| replica\_scale\_out\_cooldown | Cooldown in seconds before allowing further scaling operations after a scale out |`number`|`300`| no |
181
181
| 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 |
182
+
| restore\_to\_point\_in\_time | Map of nested attributes for cloning Aurora cluster. |`map(string)`|`{}`| no |
182
183
| s3\_import | Restore from a Percona Xtrabackup in S3 (only MySQL is supported) |`map(string)`|`null`| no |
183
184
| scaling\_configuration | Map of nested attributes with scaling properties. Only valid when engine\_mode is set to `serverless`|`map(string)`|`{}`| no |
184
185
| 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