diff --git a/website/docs/d/dbaas_available_extension_v1.html.markdown b/website/docs/d/dbaas_available_extension_v1.html.markdown index d49701af..9fc0dd6f 100644 --- a/website/docs/d/dbaas_available_extension_v1.html.markdown +++ b/website/docs/d/dbaas_available_extension_v1.html.markdown @@ -8,7 +8,7 @@ description: |- # selectel\_dbaas\_available_extension_v1 -Provides a list of extensions available for Managed Databases. Applicable to PostgreSQL, PostgreSQL for 1C, PostgreSQL TimescaleDB. For more information about extensions, see the official Selectel documentation for [PostgreSQL](https://docs.selectel.ru/en/cloud/managed-databases/postgresql/add-extensions/), [PostgreSQL for 1C](https://docs.selectel.ru/en/cloud/managed-databases/postgresql-for-1c/extensions-1c/), and [PostgreSQL TimescaleDB](https://docs.selectel.ru/en/cloud/managed-databases/timescaledb/add-extensions/). +Provides a list of extensions available for Managed Databases. Applicable to PostgreSQL and PostgreSQL TimescaleDB. For more information about extensions, see the official Selectel documentation for [PostgreSQL](https://docs.selectel.ru/en/cloud/managed-databases/postgresql/add-extensions/) and [PostgreSQL TimescaleDB](https://docs.selectel.ru/en/cloud/managed-databases/timescaledb/add-extensions/). ## Example Usage diff --git a/website/docs/d/dbaas_configuration_parameter_v1.html.markdown b/website/docs/d/dbaas_configuration_parameter_v1.html.markdown index 4df6f897..34622ea2 100644 --- a/website/docs/d/dbaas_configuration_parameter_v1.html.markdown +++ b/website/docs/d/dbaas_configuration_parameter_v1.html.markdown @@ -51,10 +51,10 @@ data "selectel_dbaas_configuration_parameter_v1" "configuration_parameter_1" { * `default_value` - Default value of the configuration parameter. Might be empty. - * `choices` - Available choices for the configuration parameter. Some parameters have list of available options. + * `choices` - Available choices for the configuration parameter. Some parameters have a list of available options. * `invalid_values` - Invalid values for the configuration parameter. - Some parameters have list of values within a range that are not available for the parameter. + Some parameters have a list of values within a range that are not available for the parameter. * `is_restart_required` - Shows if the database needs a restart to apply changes. diff --git a/website/docs/d/dbaas_datastore_type_v1.html.markdown b/website/docs/d/dbaas_datastore_type_v1.html.markdown index c233da04..70a05506 100644 --- a/website/docs/d/dbaas_datastore_type_v1.html.markdown +++ b/website/docs/d/dbaas_datastore_type_v1.html.markdown @@ -13,7 +13,7 @@ Provides a list of available datastore types in Managed Databases. For more info ## Example Usage for PostgreSQL ```hcl -data "selectel_dbaas_datastore_type_v1" "dt" { +data "selectel_dbaas_datastore_type_v1" "datastore_type_1" { project_id = selectel_vpc_project_v2.project_1.id region = "ru-3" filter { @@ -26,7 +26,7 @@ data "selectel_dbaas_datastore_type_v1" "dt" { ## Example Usage for PostgreSQL for 1C ```hcl -data "selectel_dbaas_datastore_type_v1" "dt" { +data "selectel_dbaas_datastore_type_v1" "datastore_type_1" { project_id = selectel_vpc_project_v2.project_1.id region = "ru-3" filter { @@ -39,7 +39,7 @@ data "selectel_dbaas_datastore_type_v1" "dt" { ## Example Usage for PostgreSQL TimescaleDB ```hcl -data "selectel_dbaas_datastore_type_v1" "dt" { +data "selectel_dbaas_datastore_type_v1" "datastore_type_1" { project_id = selectel_vpc_project_v2.project_1.id region = "ru-3" filter { @@ -109,9 +109,9 @@ data "selectel_dbaas_datastore_type_v1" "datastore_type_1" { * `filter` - (Optional) Values to filter available datastore types: - * `engine` - (Optional) Engine of the datastore type to search. Available values are `postgresql` (for [PostgreSQL](https://docs.selectel.ru/en/cloud/managed-databases/postgresql/), [PostgreSQL for 1C](https://docs.selectel.ru/en/cloud/managed-databases/postgresql-for-1c/), [PostgreSQL TimescaleDB](https://docs.selectel.ru/en/cloud/managed-databases/timescaledb/)), `mysql` (for [MySQL sync](https://docs.selectel.ru/en/cloud/managed-databases/mysql-sync/)), `mysql_native` (for [MySQL semi-sync](https://docs.selectel.ru/en/cloud/managed-databases/mysql-semi-sync/)), and `redis`(for [Redis](https://docs.selectel.ru/en/cloud/managed-databases/redis/)). + * `engine` - (Optional) Engine of the datastore type to search. Available values are `postgresql` (for [PostgreSQL](https://docs.selectel.ru/en/cloud/managed-databases/postgresql/), [PostgreSQL for 1C](https://docs.selectel.ru/en/cloud/managed-databases/postgresql-for-1c/), [PostgreSQL TimescaleDB](https://docs.selectel.ru/en/cloud/managed-databases/timescaledb/)), `mysql` (for [MySQL sync](https://docs.selectel.ru/en/cloud/managed-databases/mysql-sync/)), `mysql_native` (for [MySQL semi-sync](https://docs.selectel.ru/en/cloud/managed-databases/mysql-semi-sync/)), `redis` (for [Redis](https://docs.selectel.ru/en/cloud/managed-databases/redis/)), and `kafka` (for [Kafka](https://docs.selectel.ru/en/cloud/managed-databases/kafka/)). - * `version` - (Optional) Version of the datastore type to search. For PostgreSQL for 1C, the versions are in the format `-1C`. For PostgreSQL TimescaleDB, the versions are in the format `-TimescaleDB`. Learn more about available versions for [PostgreSQL](https://docs.selectel.ru/en/cloud/managed-databases/postgresql/configurations/), [PostgreSQL for 1C](https://docs.selectel.ru/en/cloud/managed-databases/postgresql-for-1c/configurations-1c/), [PostgreSQL TimescaleDB](https://docs.selectel.ru/en/cloud/managed-databases/timescaledb/configurations/), [MySQL semi-sync](https://docs.selectel.ru/en/cloud/managed-databases/mysql-semi-sync/configurations/), [MySQL sync](https://docs.selectel.ru/en/cloud/managed-databases/mysql-sync/configurations/), and [Redis](https://docs.selectel.ru/en/cloud/managed-databases/redis/configurations/). + * `version` - (Optional) Version of the datastore type to search. For PostgreSQL for 1C, the versions are in the format `-1C`. For PostgreSQL TimescaleDB, the versions are in the format `-TimescaleDB`. Learn more about available versions for [PostgreSQL](https://docs.selectel.ru/en/cloud/managed-databases/postgresql/configurations/), [PostgreSQL for 1C](https://docs.selectel.ru/en/cloud/managed-databases/postgresql-for-1c/configurations-1c/), [PostgreSQL TimescaleDB](https://docs.selectel.ru/en/cloud/managed-databases/timescaledb/configurations/), [MySQL semi-sync](https://docs.selectel.ru/en/cloud/managed-databases/mysql-semi-sync/configurations/), [MySQL sync](https://docs.selectel.ru/en/cloud/managed-databases/mysql-sync/configurations/), [Redis](https://docs.selectel.ru/en/cloud/managed-databases/redis/configurations/), and [Kafka](https://docs.selectel.ru/en/cloud/managed-databases/kafka/configurations/). ## Attributes Reference diff --git a/website/docs/d/dbaas_flavor_v1.html.markdown b/website/docs/d/dbaas_flavor_v1.html.markdown index 4f03b00f..2ec6da3c 100644 --- a/website/docs/d/dbaas_flavor_v1.html.markdown +++ b/website/docs/d/dbaas_flavor_v1.html.markdown @@ -33,7 +33,7 @@ data "selectel_dbaas_flavor_v1" "flavor" { * `disk` - (Optional) Volume size in GB. - * `fl_size` - (Optional) Fl size of the flavor. + * `fl_size` - (Optional) Line of flavors. Available values are `standard` (for the Standard, CPU, and Memory lines) and `high_freq` (for the HighFreq line). Learn more about available lines for [PostgreSQL](https://docs.selectel.ru/en/cloud/managed-databases/postgresql/configurations/), [PostgreSQL for 1C](https://docs.selectel.ru/en/cloud/managed-databases/postgresql-for-1c/configurations-1c/), [PostgreSQL TimescaleDB](https://docs.selectel.ru/en/cloud/managed-databases/timescaledb/configurations/), [MySQL semi-sync](https://docs.selectel.ru/en/cloud/managed-databases/mysql-semi-sync/configurations/), [MySQL sync](https://docs.selectel.ru/en/cloud/managed-databases/mysql-sync/configurations/), [Redis](https://docs.selectel.ru/en/cloud/managed-databases/redis/configurations/), and [Kafka](https://docs.selectel.ru/en/cloud/managed-databases/kafka/configurations/). * `datastore_type_id` - (Optional) Unique identifier of the datastore type. @@ -53,6 +53,6 @@ data "selectel_dbaas_flavor_v1" "flavor" { * `disk` - Volume size in GB. - * `fl_size` - Fl size of the flavor. + * `fl_size` - Line of flavors. * `datastore_type_ids` - List of datastore types that support this flavor. \ No newline at end of file diff --git a/website/docs/d/mks_kubeconfig_v1.html.markdown b/website/docs/d/mks_kubeconfig_v1.html.markdown index 997b8d99..6ddb2799 100644 --- a/website/docs/d/mks_kubeconfig_v1.html.markdown +++ b/website/docs/d/mks_kubeconfig_v1.html.markdown @@ -53,7 +53,7 @@ output "kubeconfig" { * `project_id` - (Required) Unique identifier of the associated project. Retrieved from the [selectel_vpc_project_v2](https://registry.terraform.io/providers/selectel/selectel/latest/docs/resources/vpc_project_v2) resource. Learn more about [Projects](https://docs.selectel.ru/en/control-panel-actions/projects/about-projects/). -* `region` - (Required) Pool where the cluster is located, for example, `ru-3`. In a pool, you can create two clusters for a project. Learn more about available pools in the [Availability matrix](https://docs.selectel.ru/en/control-panel-actions/availability-matrix/#managed-kubernetes). +* `region` - (Required) Pool where the cluster is located, for example, `ru-3`. Learn more about available pools in the [Availability matrix](https://docs.selectel.ru/en/control-panel-actions/availability-matrix/#managed-kubernetes). ## Attributes Reference diff --git a/website/docs/r/dbaas_mysql_datastore_v1.html.markdown b/website/docs/r/dbaas_mysql_datastore_v1.html.markdown index 7a081c3b..8ad9f47b 100644 --- a/website/docs/r/dbaas_mysql_datastore_v1.html.markdown +++ b/website/docs/r/dbaas_mysql_datastore_v1.html.markdown @@ -62,11 +62,11 @@ resource "selectel_dbaas_mysql_datastore_v1" "datastore_1" { * `config` - (Optional) Configuration parameters for the datastore. You can retrieve information about available configuration parameters with the [selectel_dbaas_configuration_parameter_v1](https://registry.terraform.io/providers/selectel/selectel/latest/docs/data-sources/dbaas_configuration_parameter_v1) data source. -* `floating_ips` - (Optional) Assigns floating IP addresses to the nodes in the datastore. The network configuration must meet the requirements. Learn more about [floating IP addresses and the required network configuration](https://docs.selectel.ru/en/cloud/managed-databases/mysql-sync/public-ip/). +* `floating_ips` - (Optional) Assigns public IP addresses to the nodes in the datastore. The network configuration must meet the requirements. Learn more about [public IP addresses and the required network configuration](https://docs.selectel.ru/en/cloud/managed-databases/mysql-sync/public-ip/). - * master - (Required) Number of floating IPs associated with the master. Available values are `0` and `1`. + * master - (Required) Number of public IPs associated with the master. Available values are `0` and `1`. - * replica - (Required) Number of floating IPs associated with the replicas. The minimum value is `0`. The maximum value must be 1 less that the value of the `node_count` argument. + * replica - (Required) Number of public IPs associated with the replicas. The minimum value is `0`. The maximum value must be 1 less than the value of the `node_count` argument. ## Attributes Reference diff --git a/website/docs/r/dbaas_postgresql_datastore_v1.html.markdown b/website/docs/r/dbaas_postgresql_datastore_v1.html.markdown index aed21b2a..cd771100 100644 --- a/website/docs/r/dbaas_postgresql_datastore_v1.html.markdown +++ b/website/docs/r/dbaas_postgresql_datastore_v1.html.markdown @@ -92,11 +92,11 @@ resource "selectel_dbaas_postgresql_datastore_v1" "datastore_1" { * `config` - (Optional) Configuration parameters for the datastore. You can retrieve information about available configuration parameters with the [selectel_dbaas_configuration_parameter_v1](https://registry.terraform.io/providers/selectel/selectel/latest/docs/data-sources/dbaas_configuration_parameter_v1) data source. -* `floating_ips` - (Optional) Assigns floating IP addresses to the nodes in the datastore. The network configuration must meet the requirements. Learn more about [floating IP addresses and the required network configuration](https://docs.selectel.ru/en/cloud/managed-databases/postgresql/public-ip/). +* `floating_ips` - (Optional) Assigns public IP addresses to the nodes in the datastore. The network configuration must meet the requirements. Learn more about [public IP addresses and the required network configuration](https://docs.selectel.ru/en/cloud/managed-databases/postgresql/public-ip/). - * master - (Required) Number of floating IPs associated with the master. Available values are `0` and `1`. + * master - (Required) Number of public IPs associated with the master. Available values are `0` and `1`. - * replica - (Required) Number of floating IPs associated with the replicas. The minimum value is `0`. The maximum value must be 1 less that the value of the `node_count` argument. + * replica - (Required) Number of public IPs associated with the replicas. The minimum value is `0`. The maximum value must be 1 less than the value of the `node_count` argument. ## Attributes Reference diff --git a/website/docs/r/dbaas_redis_datastore_v1.html.markdown b/website/docs/r/dbaas_redis_datastore_v1.html.markdown index 237ad402..2fea1308 100644 --- a/website/docs/r/dbaas_redis_datastore_v1.html.markdown +++ b/website/docs/r/dbaas_redis_datastore_v1.html.markdown @@ -53,11 +53,11 @@ resource "selectel_dbaas_redis_datastore_v1" "datastore_1" { * `redis_password` - (Required, Sensitive) Datastore password. -* `floating_ips` - (Optional) Assigns floating IP addresses to the nodes in the datastore. The network configuration must meet the requirements. Learn more about [floating IP addresses and the required network configuration](https://docs.selectel.ru/en/cloud/managed-databases/redis/public-ip/). +* `floating_ips` - (Optional) Assigns public IP addresses to the nodes in the datastore. The network configuration must meet the requirements. Learn more about [public IP addresses and the required network configuration](https://docs.selectel.ru/en/cloud/managed-databases/redis/public-ip/). - * master - (Required) Number of floating IPs associated with the master. Available values are `0` and `1`. + * master - (Required) Number of public IPs associated with the master. Available values are `0` and `1`. - * replica - (Required) Number of floating IPs associated with the replicas. The minimum value is `0`. The maximum value must be 1 less than the value of the `node_count` argument. + * replica - (Required) Number of public IPs associated with the replicas. The minimum value is `0`. The maximum value must be 1 less than the value of the `node_count` argument. ## Attributes Reference diff --git a/website/docs/r/mks_nodegroup_v1.html.markdown b/website/docs/r/mks_nodegroup_v1.html.markdown index 92e9e82f..7585f171 100644 --- a/website/docs/r/mks_nodegroup_v1.html.markdown +++ b/website/docs/r/mks_nodegroup_v1.html.markdown @@ -90,7 +90,7 @@ resource "selectel_mks_nodegroup_v1" "nodegroup_1" { * `nodes` - List of nodes in the node group. -* `nodegroup_type` - Type of the node group. Available values are `STANDARD`, `GPU`, `SGX`. +* `nodegroup_type` - Type of the node group. Available values are `STANDARD`, `GPU`, and `SGX`. ## Import