terraform-provider-stackitp.../docs/data-sources/postgresflexalpha_flavor.md
Marcel S. Henselin 0150fea302
Feat/separate functions (#19)
* chore: work save

* fix: refactor flavors

* fix: refactor pg user and database

* fix: refactor flavor parameters

* fix: refactor tf script

* chore: work save

* chore: work save

* chore: work save

---------

Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
2026-01-13 12:19:12 +01:00

1.3 KiB

page_title subcategory description
stackitprivatepreview_postgresflexalpha_flavor Data Source - stackitprivatepreview

stackitprivatepreview_postgresflexalpha_flavor (Data Source)

Schema

Required

  • cpu (Number) The cpu count of the instance.
  • node_type (String) defines the nodeType it can be either single or replica
  • project_id (String) The cpu count of the instance.
  • ram (Number) The memory of the instance in Gibibyte.
  • region (String) The flavor description.
  • storage_class (String) The memory of the instance in Gibibyte.

Read-Only

  • description (String) The flavor description.
  • flavor_id (String) The flavor id of the instance flavor.
  • id (String) The terraform 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) (see below for nested schema)

Nested Schema for storage_classes

Read-Only:

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