fix: include recent api changes Reviewed-on: #65 Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud> Co-committed-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
54 lines
1.6 KiB
Markdown
54 lines
1.6 KiB
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "stackitprivatepreview_sqlserverflexalpha_flavor Data Source - stackitprivatepreview"
|
|
subcategory: ""
|
|
description: |-
|
|
|
|
---
|
|
|
|
# stackitprivatepreview_sqlserverflexalpha_flavor (Data Source)
|
|
|
|
|
|
|
|
## Example Usage
|
|
|
|
```terraform
|
|
data "stackitprivatepreview_sqlserverflexalpha_flavor" "flavor" {
|
|
project_id = var.project_id
|
|
region = var.region
|
|
cpu = 4
|
|
ram = 16
|
|
node_type = "Single"
|
|
storage_class = "premium-perf2-stackit"
|
|
}
|
|
```
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Required
|
|
|
|
- `cpu` (Number) The cpu count of the instance.
|
|
- `node_type` (String) defines the nodeType it can be either single or HA
|
|
- `project_id` (String) The project ID of the flavor.
|
|
- `ram` (Number) The memory of the instance in Gibibyte.
|
|
- `region` (String) The region of the flavor.
|
|
- `storage_class` (String) The memory of the instance in Gibibyte.
|
|
|
|
### Read-Only
|
|
|
|
- `description` (String) The flavor description.
|
|
- `flavor_id` (String) The id of the instance flavor.
|
|
- `id` (String) The id of the instance flavor.
|
|
- `max_gb` (Number) maximum storage which can be ordered for the flavor in Gigabyte.
|
|
- `min_gb` (Number) minimum storage which is required to order in Gigabyte.
|
|
- `storage_classes` (Attributes List) maximum storage which can be ordered for the flavor in Gigabyte. (see [below for nested schema](#nestedatt--storage_classes))
|
|
|
|
<a id="nestedatt--storage_classes"></a>
|
|
### Nested Schema for `storage_classes`
|
|
|
|
Read-Only:
|
|
|
|
- `class` (String)
|
|
- `max_io_per_sec` (Number)
|
|
- `max_through_in_mb` (Number)
|