|
6 | 6 | | Name | Version |
|
7 | 7 | |------|---------|
|
8 | 8 | | <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
|
9 |
| -| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.28 | |
| 9 | +| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.45 | |
10 | 10 | | <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.1 |
|
11 | 11 |
|
12 | 12 | ## Providers
|
13 | 13 |
|
14 | 14 | | Name | Version |
|
15 | 15 | |------|---------|
|
16 |
| -| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.28 | |
| 16 | +| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.45 | |
17 | 17 | | <a name="provider_random"></a> [random](#provider\_random) | >= 3.1 |
|
18 | 18 |
|
19 | 19 | ## Modules
|
@@ -91,7 +91,8 @@ No modules.
|
91 | 91 | | <a name="input_skip_final_snapshot"></a> [skip\_final\_snapshot](#input\_skip\_final\_snapshot) | Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted | `bool` | `false` | no |
|
92 | 92 | | <a name="input_snapshot_identifier"></a> [snapshot\_identifier](#input\_snapshot\_identifier) | Specifies whether or not to create this database from a snapshot. This correlates to the snapshot ID you'd find in the RDS console, e.g: rds:production-2015-06-26-06-05. | `string` | `null` | no |
|
93 | 93 | | <a name="input_storage_encrypted"></a> [storage\_encrypted](#input\_storage\_encrypted) | Specifies whether the DB instance is encrypted | `bool` | `true` | no |
|
94 |
| -| <a name="input_storage_type"></a> [storage\_type](#input\_storage\_type) | One of 'standard' (magnetic), 'gp2' (general purpose SSD), or 'io1' (provisioned IOPS SSD). The default is 'io1' if iops is specified, 'standard' if not. Note that this behaviour is different from the AWS web console, where the default is 'gp2'. | `string` | `null` | no | |
| 94 | +| <a name="input_storage_throughput"></a> [storage\_throughput](#input\_storage\_throughput) | Storage throughput value for the DB instance. This setting applies only to the `gp3` storage type. | `number` | `null` | no | |
| 95 | +| <a name="input_storage_type"></a> [storage\_type](#input\_storage\_type) | One of 'standard' (magnetic), 'gp2' (general purpose SSD), 'gp3' (new generation of general purpose SSD), or 'io1' (provisioned IOPS SSD). The default is 'io1' if iops is specified, 'gp2' if not. If you specify 'io1' or 'gp3' , you must also include a value for the 'iops' parameter | `string` | `null` | no | |
95 | 96 | | <a name="input_tags"></a> [tags](#input\_tags) | A mapping of tags to assign to all resources | `map(string)` | `{}` | no |
|
96 | 97 | | <a name="input_timeouts"></a> [timeouts](#input\_timeouts) | Updated Terraform resource management timeouts. Applies to `aws_db_instance` in particular to permit resource management times | `map(string)` | `{}` | no |
|
97 | 98 | | <a name="input_timezone"></a> [timezone](#input\_timezone) | Time zone of the DB instance. timezone is currently only supported by Microsoft SQL Server. The timezone can only be set on creation. See MSSQL User Guide for more information. | `string` | `null` | no |
|
|
0 commit comments