Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The descriptions for provisioned_rcu_limit and throttling_rcu_limit in Terraform sections are mixed up #585

Open
ildar-gilmanov opened this issue Jun 17, 2023 · 0 comments
Labels
ydb Yandex Database

Comments

@ildar-gilmanov
Copy link

ildar-gilmanov commented Jun 17, 2023

It seems the descriptions for provisioned_rcu_limit and throttling_rcu_limit in Terraform sections are mixed up (description for provisioned_rcu_limit should be applied to throttling_rcu_limit and vice versa).

Управление базами данных YDB

GitHub: Управление базами данных YDB

resource "yandex_ydb_database_serverless" "database1" {
  name = "<имя_БД>"

  serverless_database {
    enable_throttling_rcu_limit = <true_или_false>
    provisioned_rcu_limit       = <пропускная_способность>
    storage_size_limit          = <объем_данных>
    throttling_rcu_limit        = <выделенная_пропускная_способность>
  }
}

Где:

  • name — имя БД. Обязательный параметр.
  • enable_throttling_rcu_limit — включить ограничение пропускной способности. Необязательный параметр. Значение по умолчанию false.
  • provisioned_rcu_limit — ограничение потребления Request Units в секунду. Необязательный параметр. Значение по умолчанию 0.
  • storage_size_limit — объем данных, ГБ. Необязательный параметр. Значение по умолчанию 50 ГБ.
  • throttling_rcu_limit — устанавленное значение показывает, какое потребление Request Units в секунду оплачивается по часам по тарифу. Ноль выключает почасовую оплату. Необязательный параметр. Значение по умолчанию 0.
@vnkiryushkin vnkiryushkin added the ydb Yandex Database label Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ydb Yandex Database
Projects
None yet
Development

No branches or pull requests

2 participants