From 663a11b6f186b5134106b13b5670ada0ba1ac25e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=83=D1=85=D0=B0=D1=80=D0=BE=D0=B2=20=D0=92=D0=B8?= =?UTF-8?q?=D0=BA=D1=82=D0=BE=D1=80?= <120012643+sel-bukharov@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:42:35 +0800 Subject: [PATCH] v6_2 Co-authored-by: Max Kuznetsov --- website/docs/guides/upgrading_to_version_6.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/upgrading_to_version_6.html.markdown b/website/docs/guides/upgrading_to_version_6.html.markdown index 34c8d6a9..244b455e 100644 --- a/website/docs/guides/upgrading_to_version_6.html.markdown +++ b/website/docs/guides/upgrading_to_version_6.html.markdown @@ -54,7 +54,7 @@ provider "selectel" { ``` -3. If you use environment variables `SEL_PROJECT_ID` or `SEL_REGION` you must rename them as `INFRA_PROJECT_ID` and `INFRA_REGION` respectively. +3. If you use environment variables `SEL_PROJECT_ID` or `SEL_REGION` you must rename them to `INFRA_PROJECT_ID` and `INFRA_REGION` respectively. 4. To download the new version, initialize the Terraform configuration. ```bash