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

svs1370
2021-09-15 13:35:41 +03:00
parent 4af9add13f
commit ed5f36c169

@@ -38,8 +38,8 @@ _Data source_ функция **decort_resgroup** принимает следую
``` ```
data "decort_resgroup" "target_rg" { data "decort_resgroup" "target_rg" {
name = "test" # this is the name of pre-existing resource group 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 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 # Once the above directive completes, resource group ID will be accessible as
# "${data.decort_resgroup.target_rg.id}" # "${data.decort_resgroup.target_rg.id}"