Updated 06.1 Data функция decort_resgroup: получение информации о ресурсной группе. (markdown)
@@ -36,7 +36,7 @@ _Data source_ функция **decort_resgroup** принимает следую
|
||||
## Пример использования
|
||||
Пример вызова _data source_ функции **decort_resgroup**:
|
||||
|
||||
```
|
||||
```terraform
|
||||
data "decort_resgroup" "target_rg" {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user