Updated 06.1 Data функция decort_resgroup: получение информации о ресурсной группе. (markdown)

svs1370
2021-09-15 13:33:32 +03:00
parent a73dd7fe70
commit 4af9add13f

@@ -39,7 +39,7 @@ _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
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}"