Updated 07.01.04 Resource функция decort_vins управление виртуальными сетевыми сегментами (markdown)

stSolo
2022-10-20 13:55:46 +03:00
parent 15c3f67846
commit a8332763bb

@@ -37,7 +37,7 @@ _Resource_ функция **decort_vins** принимает следующие
Пример вызова _data source_ функции **decort_vins**: Пример вызова _data source_ функции **decort_vins**:
```terraform ```terraform
resource "decort_vins "my_vins" { resource "decort_vins" "my_vins" {
name = "Vins01" # this is the name of the ViNS to create name = "Vins01" # this is the name of the ViNS to create
rg_id = 500 # this is the ID of the resource group, where ViNS is created rg_id = 500 # this is the ID of the resource group, where ViNS is created
account_id = 100 # this is the ID of the account, where the resource group is located and ViNS is created account_id = 100 # this is the ID of the account, where the resource group is located and ViNS is created