Skip to content

Commit

Permalink
test config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishekism9450 authored and abhimutant committed Jul 6, 2022
1 parent b3b259a commit e264c8c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
14 changes: 7 additions & 7 deletions test_config.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"subnet_name": "vlan.154",
"default_container_name": "default-container-95673204421578",
"default_container_name": "default-container-48394901932577",
"user_group_with_distinguished_name": {
"distinguished_name": "cn=sspadmins,cn=users,dc=qa,dc=nucalm,dc=io",
"display_name": "sspadmins",
"uuid": "2c420da6-94df-4889-abed-f8025efcb154"
"uuid": "e7f476ca-e971-42d3-b56b-578b729d6673"
},
"permissions": [
{
"name": "",
"uuid": "5ea1adf7-10f5-4914-8bcb-75ec0b0b2420"
"uuid": "43935b63-1f33-46dd-bd67-722c53ff1bbb"
},
{
"name": "Delete_ACP",
"uuid": "80673ea4-3098-4fc2-b30e-3dee8230ef43"
"uuid": "e3ac97e3-e981-417b-9c17-c9d098f6b204"
}
],
"users": [
{
"principal_name": "user4@qa.nucalm.io",
"expected_display_name": "user4",
"directory_service_uuid": "b9fd7a56-4cdd-4156-92e2-b0ea26876e91"
"directory_service_uuid": "0a6c1ed6-33cb-441d-92fe-64cb0229751f"
},
{
"principal_name": "user6@qa.nucalm.io",
"expected_display_name": "user6",
"directory_service_uuid": "b9fd7a56-4cdd-4156-92e2-b0ea26876e91"
"directory_service_uuid": "0a6c1ed6-33cb-441d-92fe-64cb0229751f"
},
{
"principal_name": "ssptest3@qa.nucalm.io",
"expected_display_name": "ssptest3",
"directory_service_uuid": "b9fd7a56-4cdd-4156-92e2-b0ea26876e91"
"directory_service_uuid": "0a6c1ed6-33cb-441d-92fe-64cb0229751f"
}
],
"node_os_version": "ntnx-1.0",
Expand Down
10 changes: 8 additions & 2 deletions website/docs/r/vpc.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ resource "nutanix_vpc" "vpc" {
ip= "192.43.0.0"
prefix_length= 16
}
externally_routable_prefix_list{
ip= "192.42.0.0"
prefix_length= 16
}
}
```

Expand All @@ -63,8 +67,10 @@ resource "nutanix_vpc" "vpc" {
The following arguments are supported:

* `name` - (Required) The name for the VPC.
* `external_subnet_reference_uuid` - (Optional) List of external subnets uuid attached to this VPC .
* `external_subnet_reference_name` - (Optional) List of external subnets name attached to this VPC .
* `external_subnet_reference_uuid` - (Required) List of external subnets uuid attached to this VPC. Should not be used with external_subnet_reference_name.
* `external_subnet_reference_name` - (Required) List of external subnets name attached to this VPC. Should not be used with external_subnet_reference_uuid.
* `externally_routable_prefix_list` - (Optional) List Externally Routable IP Addresses. Required when external subnet with NoNAT is used.
* `common_domain_name_server_ip_list` - (Optional) List of domain name server IPs.

## externally_routable_prefix_list
Externally Routable IP Addresses
Expand Down

0 comments on commit e264c8c

Please sign in to comment.