Updated 07.01.04 Resource функция decort_vins управление виртуальными сетевыми сегментами (markdown)
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user