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
2 changes: 1 addition & 1 deletion en/_tutorials/infrastructure/terraform-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module "yc-vpc" {

## Enable {{ managed-k8s-name }} {#k8s-module}

Add the `terraform-yc-vpc` module to the configuration. Also, add the {{ managed-k8s-name }} cluster configuration with a highly available master and two node groups:
Add the `terraform-yc-kubernetes` module to the configuration. Also, add the {{ managed-k8s-name }} cluster configuration with a highly available master and two node groups:

```hcl
module "kube" {
Expand Down
2 changes: 1 addition & 1 deletion ru/_tutorials/infrastructure/terraform-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module "yc-vpc" {

## Подключите модуль {{ managed-k8s-name }} {#k8s-module}

Добавьте в конфигурацию модуль `terraform-yc-vpc` и конфигурацию кластера {{ managed-k8s-name }} с высокодоступным мастером и двумя группами узлов:
Добавьте в конфигурацию модуль `terraform-yc-kubernetes` и конфигурацию кластера {{ managed-k8s-name }} с высокодоступным мастером и двумя группами узлов:

```hcl
module "kube" {
Expand Down