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}"