Перейти к основному содержимому

selectel_dedicated_servers_configuration_v1

Последнее изменение:
к сведению

Эта инструкция — копия документации Selectel Terraform-провайдера в 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_servers_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.