Skip to main content

selectel_dedicated_configuration_v1

Last update:
For your information

These instructions are a copy of the Terraform provider's Selectel Terraform documentation in the Terraform Registry.

Provides a list of server configurations available.For more information about server configurations, see the official Selectel documentation.

Example Usage

data "selectel_dedicated_configuration_v1" "server_config" {
project_id = selectel_vpc_project_v2.project_1.id
deep_filter = file("filter.json")
}

Argument Reference

  • project_id — (Required) Unique identifier of the associated project.Retrieved from the selectel_vpc_project_v2 resource.Learn more about Projects.

  • deep_filter — (Optional) JSON filter.You can use it to filter the results.Arrays filter checks inclusion, not the full equality.See an example of the filter values in the API documentation.

Attributes Reference

  • configurations — List of the available configurations:

    • id — Unique identifier of the configuration.

    • name — Configuration name.