From ed5f36c169c1fc3f42b4393a541c150332d00da0 Mon Sep 17 00:00:00 2001 From: svs1370 <34687689+svs1370@users.noreply.github.com> Date: Wed, 15 Sep 2021 13:35:41 +0300 Subject: [PATCH] =?UTF-8?q?Updated=2006.1=20Data=20=D1=84=D1=83=D0=BD?= =?UTF-8?q?=D0=BA=D1=86=D0=B8=D1=8F=20decort=5Fresgroup:=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BB=D1=83=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B8=D0=BD=D1=84?= =?UTF-8?q?=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D0=B8=20=D0=BE=20=D1=80?= =?UTF-8?q?=D0=B5=D1=81=D1=83=D1=80=D1=81=D0=BD=D0=BE=D0=B9=20=D0=B3=D1=80?= =?UTF-8?q?=D1=83=D0=BF=D0=BF=D0=B5.=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ия-decort_resgroup:-получение-информации-о-ресурсной-группе..md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/06.1-Data-функция-decort_resgroup:-получение-информации-о-ресурсной-группе..md b/06.1-Data-функция-decort_resgroup:-получение-информации-о-ресурсной-группе..md index 3a3b560..631d9a4 100644 --- a/06.1-Data-функция-decort_resgroup:-получение-информации-о-ресурсной-группе..md +++ b/06.1-Data-функция-decort_resgroup:-получение-информации-о-ресурсной-группе..md @@ -38,8 +38,8 @@ _Data source_ функция **decort_resgroup** принимает следую ``` data "decort_resgroup" "target_rg" { - name = "test" # this is the name of pre-existing resource group - account_id = "MyAccount" # this is the ID of the account, where resource group named "test" is found + name = "test" # this is the name of pre-existing resource group + account_id = 100 # this is the ID of the account, where resource group named "test" is found } # Once the above directive completes, resource group ID will be accessible as # "${data.decort_resgroup.target_rg.id}"