terraform-provider-stackitp.../docs/data-sources/sqlserverflexbeta_flavor.md
Marcel S. Henselin 318b58339f
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 4s
CI Workflow / CI (pull_request) Failing after 13m53s
CI Workflow / Code coverage report (pull_request) Has been skipped
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 16m47s
feat: add sqlserver beta resources (instance, database)
2026-02-04 21:18:43 +01:00

1.4 KiB

page_title subcategory description
stackitprivatepreview_sqlserverflexbeta_flavor Data Source - stackitprivatepreview

stackitprivatepreview_sqlserverflexbeta_flavor (Data Source)

Example Usage

data "stackitprivatepreview_sqlserverflexbeta_flavor" "flavor" {
  project_id    = var.project_id
  region        = var.region
  cpu           = 4
  ram           = 16
  node_type     = "Single"
  storage_class = "premium-perf2-stackit"
}

Schema

Read-Only

  • cpu (Number) The cpu count of the instance.
  • description (String) The flavor description.
  • id (String) The id of the instance flavor.
  • max_gb (Number) maximum storage which can be ordered for the flavor in Gigabyte.
  • memory (Number) The memory of the instance in Gibibyte.
  • min_gb (Number) minimum storage which is required to order in Gigabyte.
  • node_type (String) defines the nodeType it can be either single or HA
  • storage_classes (Attributes List) maximum storage which can be ordered for the flavor in Gigabyte. (see below for nested schema)

Nested Schema for storage_classes

Read-Only:

  • class (String)
  • max_io_per_sec (Number)
  • max_through_in_mb (Number)