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
Update AWS provider to 4.49.0 to support gp3 as storage type (#151)
* Update AWS provider to 4.49.0 to support gp3 as storage type
* Auto Format
---------
Co-authored-by: Ignacio Martinez <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
| <aname="input_snapshot_identifier"></a> [snapshot\_identifier](#input\_snapshot\_identifier)| Snapshot identifier e.g: rds:production-2019-06-26-06-05. If specified, the module create cluster from the snapshot |`string`|`null`| no |
318
318
| <aname="input_stage"></a> [stage](#input\_stage)| ID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'build', 'test', 'deploy', 'release' |`string`|`null`| no |
319
319
| <aname="input_storage_encrypted"></a> [storage\_encrypted](#input\_storage\_encrypted)| (Optional) Specifies whether the DB instance is encrypted. The default is false if not specified |`bool`|`true`| no |
320
-
| <aname="input_storage_type"></a> [storage\_type](#input\_storage\_type)| One of 'standard' (magnetic), 'gp2' (general purpose SSD), or 'io1' (provisioned IOPS SSD) |`string`|`"standard"`| no |
320
+
| <aname="input_storage_type"></a> [storage\_type](#input\_storage\_type)| One of 'standard' (magnetic), 'gp2' (general purpose SSD), 'gp3' (general purpose SSD), or 'io1' (provisioned IOPS SSD) |`string`|`"standard"`| no |
321
321
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| List of subnet IDs for the DB. DB instance will be created in the VPC associated with the DB subnet group provisioned using the subnet IDs. Specify one of `subnet_ids`, `db_subnet_group_name` or `availability_zone`|`list(string)`|`[]`| no |
322
322
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`).<br>Neither the tag keys nor the tag values will be modified by this module. |`map(string)`|`{}`| no |
323
323
| <aname="input_tenant"></a> [tenant](#input\_tenant)| ID element \_(Rarely used, not included by default)\_. A customer identifier, indicating who this instance of a resource is for |`string`|`null`| no |
@@ -429,7 +429,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
| <aname="input_snapshot_identifier"></a> [snapshot\_identifier](#input\_snapshot\_identifier)| Snapshot identifier e.g: rds:production-2019-06-26-06-05. If specified, the module create cluster from the snapshot |`string`|`null`| no |
103
103
| <aname="input_stage"></a> [stage](#input\_stage)| ID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'build', 'test', 'deploy', 'release' |`string`|`null`| no |
104
104
| <aname="input_storage_encrypted"></a> [storage\_encrypted](#input\_storage\_encrypted)| (Optional) Specifies whether the DB instance is encrypted. The default is false if not specified |`bool`|`true`| no |
105
-
| <aname="input_storage_type"></a> [storage\_type](#input\_storage\_type)| One of 'standard' (magnetic), 'gp2' (general purpose SSD), or 'io1' (provisioned IOPS SSD) |`string`|`"standard"`| no |
105
+
| <aname="input_storage_type"></a> [storage\_type](#input\_storage\_type)| One of 'standard' (magnetic), 'gp2' (general purpose SSD), 'gp3' (general purpose SSD), or 'io1' (provisioned IOPS SSD) |`string`|`"standard"`| no |
106
106
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| List of subnet IDs for the DB. DB instance will be created in the VPC associated with the DB subnet group provisioned using the subnet IDs. Specify one of `subnet_ids`, `db_subnet_group_name` or `availability_zone`|`list(string)`|`[]`| no |
107
107
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`).<br>Neither the tag keys nor the tag values will be modified by this module. |`map(string)`|`{}`| no |
108
108
| <aname="input_tenant"></a> [tenant](#input\_tenant)| ID element \_(Rarely used, not included by default)\_. A customer identifier, indicating who this instance of a resource is for |`string`|`null`| no |
0 commit comments