Skip to content

Commit

Permalink
Merge pull request #1434 from vmware/remove-ip-blocks
Browse files Browse the repository at this point in the history
Remove IP blocks from connectivity profiles NAT
  • Loading branch information
salv-orlando authored Oct 21, 2024
2 parents 87bec3a + 6a48fda commit 91df0f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
19 changes: 0 additions & 19 deletions nsxt/resource_nsxt_vpc_connectivity_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,25 +96,6 @@ var vpcConnectivityProfileSchema = map[string]*metadata.ExtendedSchema{
SdkFieldName: "EnableDefaultSnat",
},
},
"ip_blocks": {
Schema: schema.Schema{
Type: schema.TypeList,
Elem: &metadata.ExtendedSchema{
Schema: schema.Schema{
Type: schema.TypeString,
ValidateFunc: validatePolicyPath(),
},
Metadata: metadata.Metadata{
SchemaType: "string",
},
},
Optional: true,
},
Metadata: metadata.Metadata{
SchemaType: "list",
SdkFieldName: "IpBlocks",
},
},
},
},
Optional: true,
Expand Down
1 change: 0 additions & 1 deletion website/docs/r/vpc_connectivity_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ The following arguments are supported:
* `service_gateway` - (Optional) Service Gateway configuration
* `nat_config` - (Optional) NAT configuration
* `enable_default_snat` - (Optional) Auto configured SNAT for private subnet.
* `ip_blocks` - (Optional) IP blocks for NAT external IPs. If not configured external IP block will be used. These blocks must be subset of external IP blocks.
* `qos_config` - (Optional) None
* `ingress_qos_profile_path` - (Optional) Policy path to gateway QoS profile in ingress direction.
* `egress_qos_profile_path` - (Optional) Policy path to gateway QoS profile in egress direction.
Expand Down

0 comments on commit 91df0f2

Please sign in to comment.