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: website/docs/r/db_instance.html.markdown
+3-1
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,8 @@ identifier beginning with the specified prefix. Conflicts with `identifier`.
149
149
*`instance_class` - (Required) The instance type of the RDS instance.
150
150
*`iops` - (Optional) The amount of provisioned IOPS. Setting this implies a
151
151
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.
152
154
*`kms_key_id` - (Optional) The ARN for the KMS encryption key. If creating an
153
155
encrypted replica, set this to the destination KMS ARN.
154
156
*`license_model` - (Optional, but required for some DB engines, i.e., Oracle
@@ -217,7 +219,7 @@ default is `false` if not specified.
217
219
purpose SSD), "gp3" (general purpose SSD that needs `iops` independently)
218
220
or "io1" (provisioned IOPS SSD). The default is "io1" if `iops` is specified,
219
221
"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.
221
223
*`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.
222
224
*`timezone` - (Optional) Time zone of the DB instance. `timezone` is currently
223
225
only supported by Microsoft SQL Server. The `timezone` can only be set on
0 commit comments