Skip to content

Commit

Permalink
Remove IP blocks from connectivity profiles NAT
Browse files Browse the repository at this point in the history
This attribute is removed from first VPC2.0 release on platform

Signed-off-by: Anna Khmelnitsky <[email protected]>
  • Loading branch information
annakhm committed Oct 16, 2024
1 parent ff0ac0a commit 6a48fda
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 6a48fda

Please sign in to comment.