Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions en/certificate-manager/operations/managed/cert-validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ To pass a [domain rights check](../../concepts/challenges.md):
domains = ["<domain>"]

managed {
challenge_type = "DNS_CNAME"
challenge_type = "DNS_CNAME"
}
}

Expand Down Expand Up @@ -157,7 +157,7 @@ To pass a [domain rights check](../../concepts/challenges.md):
* `data`: Record value.
* `ttl`: Record time to live (TTL) in seconds before updating the record value.
* `description`: Record set description. This is an optional setting.
* `yandex_dns_recordset` data source properties:
* `yandex_cm_certificate` data source properties:
* `depends_on`: Indicates the dependence on another {{ TF }} resource.
* `certificate_id`: Certificate ID.
* `wait_validation`: Certificate validation wait flag. If `true`, the operation will not be completed until the certificate is `VALIDATING`. The default value is `false`.
Expand All @@ -183,4 +183,4 @@ To pass a [domain rights check](../../concepts/challenges.md):

{% include [checking-domain-rights-cname](../../../_includes/certificate-manager/checking-domain-rights-cname.md) %}

{% endnote %}
{% endnote %}
8 changes: 4 additions & 4 deletions ru/certificate-manager/operations/managed/cert-validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ description: Следуя данной инструкции, вы сможете
domains = ["<домен>"]

managed {
challenge_type = "DNS_CNAME"
challenge_type = "DNS_CNAME"
}
}

Expand Down Expand Up @@ -157,10 +157,10 @@ description: Следуя данной инструкции, вы сможете
* `data` — значение записи.
* `ttl` — время жизни записи (TTL, Time to live) в секундах до актуализации информации о значении записи.
* `description` — описание набора записей. Необязательный параметр.
* Параметры источника данных `yandex_dns_recordset`:
* Параметры источника данных `yandex_cm_certificate`:
* `depends_on` — указывает зависимость от другого ресурса {{ TF }}.
* `certificate_id` — идентификатор сертификата.
* `wait_validation` — флаг ожидания валидация сертификата. Если значение `true`, операция не будет завершена, пока сертификат находится в статусе `VALIDATING`. Значение по умолчанию `false`.
* `wait_validation` — флаг ожидания валидации сертификата. Если значение `true`, операция не будет завершена, пока сертификат находится в статусе `VALIDATING`. Значение по умолчанию `false`.

Подробную информацию о параметрах ресурсов см. в [документации провайдера {{ TF }}]({{ tf-provider-link }}).
1. Создайте ресурсы:
Expand All @@ -183,4 +183,4 @@ description: Следуя данной инструкции, вы сможете

{% include [checking-domain-rights-cname](../../../_includes/certificate-manager/checking-domain-rights-cname.md) %}

{% endnote %}
{% endnote %}