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
@@ -89,14 +91,14 @@ In order to activate global cluster, set `enable_global_cluster = true` when usi
89
91
| Name | Version |
90
92
|------|---------|
91
93
| terraform | >= 0.12.6 |
92
-
| aws | >= 3.8|
94
+
| aws | >= 3.15|
93
95
| random | >= 2.3 |
94
96
95
97
## Providers
96
98
97
99
| Name | Version |
98
100
|------|---------|
99
-
| aws | >= 3.8|
101
+
| aws | >= 3.15|
100
102
| random | >= 2.3 |
101
103
102
104
## Inputs
@@ -125,7 +127,7 @@ In order to activate global cluster, set `enable_global_cluster = true` when usi
125
127
| deletion\_protection | If the DB instance should have deletion protection enabled |`bool`|`false`| no |
126
128
| enable\_global\_cluster | Set this variable to `true` if DB Cluster is going to be part of a Global Cluster. |`bool`|`false`| no |
127
129
| enable\_http\_endpoint | Whether or not to enable the Data API for a serverless Aurora database engine. |`bool`|`false`| no |
128
-
| enabled\_cloudwatch\_logs\_exports | List of object which define log types to export to cloudwatch. See in examples. |`list`|`[]`| no |
130
+
| enabled\_cloudwatch\_logs\_exports | List of object which define log types to export to AWS Cloudwatch. See in examples. |`list`|`[]`| no |
129
131
| engine | Aurora database engine type, currently aurora, aurora-mysql or aurora-postgresql |`string`|`"aurora"`| no |
130
132
| engine\_mode | The database engine mode. Valid values: global, parallelquery, provisioned, serverless. |`string`|`"provisioned"`| no |
131
133
| engine\_parameter\_family | The database engine paramater group family |`string`|`"aurora-mysql5.7"`| no |
@@ -160,6 +162,7 @@ In order to activate global cluster, set `enable_global_cluster = true` when usi
160
162
| replica\_scale\_min | Minimum number of replicas to allow scaling for |`number`|`2`| no |
161
163
| replica\_scale\_out\_cooldown | Cooldown in seconds before allowing further scaling operations after a scale out |`number`|`300`| no |
162
164
| 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 |
165
+
| restore\_to\_point\_in\_time | Restore to point in time configuration. See docs for arguments https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster#restore_to_point_in_time-argument-reference|`map(string)`|`{}`| no |
163
166
| scaling\_configuration | Map of nested attributes with scaling properties. Only valid when engine\_mode is set to `serverless`|`map(string)`|`{}`| no |
164
167
| 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`|`""`| no |
165
168
| skip\_final\_snapshot | Should a final snapshot be created on cluster destroy |`bool`|`false`| no |
description="Restore to point in time configuration. See docs for arguments https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster#restore_to_point_in_time-argument-reference"
0 commit comments