diff --git a/06.1-Data-функция-decort_resgroup:-получение-информации-о-ресурсной-группе..md b/06.1-Data-функция-decort_resgroup:-получение-информации-о-ресурсной-группе..md index 34bc11a..3a3b560 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 - tenant = "MyTenant" # this is the account name, where resgroup named "test" is found + 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 } # Once the above directive completes, resource group ID will be accessible as # "${data.decort_resgroup.target_rg.id}"