Skip to content

Commit b4a9f93

Browse files
authored
Merge pull request #28361 from hashicorp/b-aws_db_instance.gp3-again
r/aws_db_instance: gp3 storage documentation additions
2 parents 16873dd + a20cec5 commit b4a9f93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/r/db_instance.html.markdown

+3-1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ identifier beginning with the specified prefix. Conflicts with `identifier`.
149149
* `instance_class` - (Required) The instance type of the RDS instance.
150150
* `iops` - (Optional) The amount of provisioned IOPS. Setting this implies a
151151
storage_type of "io1". Can only be set when `storage_type` is `"io1"` or `"gp3"`.
152+
Cannot be specified for gp3 storage if the `allocated_storage` value is below a per-`engine` threshold.
153+
See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#gp3-storage) for details.
152154
* `kms_key_id` - (Optional) The ARN for the KMS encryption key. If creating an
153155
encrypted replica, set this to the destination KMS ARN.
154156
* `license_model` - (Optional, but required for some DB engines, i.e., Oracle
@@ -217,7 +219,7 @@ default is `false` if not specified.
217219
purpose SSD), "gp3" (general purpose SSD that needs `iops` independently)
218220
or "io1" (provisioned IOPS SSD). The default is "io1" if `iops` is specified,
219221
"gp2" if not.
220-
* `storage_throughput` - (Optional) The storage throughput value for the DB instance. Can only be set when `storage_type` is `"gp3"`.
222+
* `storage_throughput` - (Optional) The storage throughput value for the DB instance. Can only be set when `storage_type` is `"gp3"`. Cannot be specified if the `allocated_storage` value is below a per-`engine` threshold. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#gp3-storage) for details.
221223
* `tags` - (Optional) A map of tags to assign to the resource. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
222224
* `timezone` - (Optional) Time zone of the DB instance. `timezone` is currently
223225
only supported by Microsoft SQL Server. The `timezone` can only be set on

0 commit comments

Comments
 (0)