selectel_dbaas_flavor_v1
Эта инструкция — копия документации Selectel Terraform-провайдера в Terraform Registry.
Provides a list of flavors available in Managed Databases. For more information about available configurations, see the official Selectel documentation for PostgreSQL, PostgreSQL for 1C, PostgreSQL TimescaleDB, MySQL semi-sync, MySQL sync, Redis, and Kafka.
Example Usage
data "selectel_dbaas_flavor_v1" "flavor" {
project_id = selectel_vpc_project_v2.project_1.id
region = "ru-3"
}
Argument Reference
-
project_id— (Required) Unique identifier of the associated project. Retrieved from the selectel_vpc_project_v2 resource. Learn more about Projects. -
region— (Required) Pool where the database is located, for example,ru-3. Learn more about available pools in the Availability matrix. -
filter— (Optional) Values to filter available flavors:-
vcpus— (Optional) Number of vCPUs. -
ram— (Optional) Amount of RAM in MB. -
disk
-