Skip to content

Commit

Permalink
changing the param to be Optional (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishekism9450 authored Oct 25, 2023
1 parent a2405e4 commit a28983a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/r/vpc.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ resource "nutanix_vpc" "vpc" {
The following arguments are supported:

* `name` - (Required) The name for the 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.
* `external_subnet_reference_uuid` - (Optional) List of external subnets uuid attached to this VPC. Should not be used with external_subnet_reference_name.
* `external_subnet_reference_name` - (Optional) 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 a28983a

Please sign in to comment.