Skip to content

Commit d174060

Browse files
authored
Merge pull request #662 from vmware/fix-doc
Prepare for 3.2.4 bugfix release
2 parents c8dc7d3 + 54d462d commit d174060

7 files changed

+17
-7
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 3.2.4 (August 26, 2021)
2+
3+
BUG FIXES:
4+
5+
* Fix pagination for non-policy data sources. This fix is relevant for big scale (1K+ per object type) environments where non-policy data sources are still used ([#656](https://github.com/vmware/terraform-provider-nsxt/pull/656))
6+
* `resource/nsxt_policy_tier0_gateway`: Fix potential apply error on Global Manager ([#659](https://github.com/vmware/terraform-provider-nsxt/pull/659))
7+
* `resource/nsxt_policy_nat_rule`: Fix potential non-empty diff when multiple scopes are used ([#655](https://github.com/vmware/terraform-provider-nsxt/pull/655))
8+
* `data/nsxt_policy_certificate`: Fix broken functionality on Global Manager ([#653](https://github.com/vmware/terraform-provider-nsxt/pull/653))
9+
110
## 3.2.3 (July 29, 2021)
211

312
BUG FIXES:

website/docs/r/policy_evpn_config.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ The following arguments are supported:
3131
* `display_name` - (Required) Display name for the resource.
3232
* `description` - (Optional) Description for the resource.
3333
* `gateway_path` - (Required) Policy Path for Tier0 Gateway to configure EVPN on.
34-
* `mode` - (Required) EVPN Mode, one of `INLINE` or `ROUTE_SERVER`. In `ROUTE_SERVER` mode, edge nodes participate in the BGP EVPN control plane route exchanges only and do not participate in the data forwarding
35-
* `vni_pool_path` - (Optional) This setting is only applicable (and required) with `INLINE` mode.
34+
* `mode` - (Required) EVPN Mode, one of `INLINE` or `ROUTE_SERVER`. In `ROUTE_SERVER` mode, edge nodes participate in the BGP EVPN control plane route exchanges only and do not participate in data forwarding.
35+
* `vni_pool_path` - (Optional) Path of VNI pool to use. This setting is only applicable (and required) with `INLINE` mode.
3636
* `tag` - (Optional) A list of scope + tag pairs to associate with this resource.
3737

3838
## Attributes Reference

website/docs/r/policy_evpn_tenant.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following arguments are supported:
5151
* `vni_pool_path` - (Required) Policy path for existing VNI pool.
5252
* `mapping` - (Required) List of VLAN - VNI mappings for this tenant.
5353
* `vlans` - (Required) Single VLAN Id or range of VLAN Ids.
54-
* `vnis` - (Required) Single VNI or ranged of VNIs. Please note that the range should match exactly to the range of vlans.
54+
* `vnis` - (Required) Single VNI or range of VNIs. Please note that the range should match the range of vlans exactly.
5555

5656
## Attributes Reference
5757

website/docs/r/policy_gateway_redistribution_config.html.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description: A resource to configure Route Redistribution on Tier-0 gateway in N
1010
This resource provides a method for the management of a Tier-0 Gateway Route Redistribution config. Note that this configuration can be defined only for Active-Standby Tier0 gateway.
1111

1212
This resource is applicable to NSX Global Manager and NSX Policy Manager.
13+
This resource is supported with NSX 3.0.0 onwards.
1314

1415
# Example Usage
1516

website/docs/r/policy_intrusion_service_policy.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: A resource to configure Intrusion Service Policy and its rules.
99

1010
This resource provides a method for the management of Intrusion Service (IDS) Policy and rules under it.
1111

12-
This resource is applicable to NSX Policy Manager and VMC (NSX version 3.1.0 and up).
12+
This resource is applicable to NSX Policy Manager and VMC (NSX version 3.1.0 onwards).
1313

1414
## Example Usage
1515

@@ -84,7 +84,7 @@ In addition to arguments listed above, the following attributes are exported:
8484
* `path` - The NSX path of the policy resource.
8585
* `rule`:
8686
* `revision` - Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
87-
* `path` - The NSX path of the policy resource.
87+
* `path` - The NSX policy path for this rule.
8888
* `sequence_number` - Sequence number of the this rule, is defined by order of rules in the list.
8989
* `rule_id` - Unique positive number that is assigned by the system and is useful for debugging.
9090

website/docs/r/policy_service.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The service must contain at least 1 entry (of at least one of the types), and po
8989
* `description` - (Optional) Description of the service entry.
9090
* `destination_port` - (Required) a single destination port.
9191
* `source_ports` - (Optional) Set of source ports/ranges.
92-
* `algorithm` - (Required) Algorithm one of "ORACLE_TNS", "FTP", "SUN_RPC_TCP", "SUN_RPC_UDP", "MS_RPC_TCP", "MS_RPC_UDP", "NBNS_BROADCAST", "NBDG_BROADCAST", "TFTP"
92+
* `algorithm` - (Required) Algorithm, one of `ORACLE_TNS`, `FTP`, `SUN_RPC_TCP`, `SUN_RPC_UDP`, `MS_RPC_TCP`, `MS_RPC_UDP`, `NBNS_BROADCAST`(Deprecated), `NBDG_BROADCAST`(Deprecated), `TFTP`.
9393

9494
## Attributes Reference
9595

website/docs/r/policy_tier0_gateway.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The following arguments are supported:
168168
* `transit_subnet` - (Optional) IPv4 subnet for inter-site transit segment connecting service routers across sites for stretched gateway. For IPv6 link local subnet is auto configured.
169169
* `primary_site_path` - (Optional) Primary egress site for gateway.
170170
* `fallback_site_paths` - (Optional) Fallback sites to be used as new primary site on current primary site failure.
171-
* `redistribution_config` - (Deprecated) Route redistribution properties. This setting is for local manager only. This setting is deprecated, please use `nsxt_policy_gateway_redistribution_config` resource instead.
171+
* `redistribution_config` - (Deprecated) Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use `nsxt_policy_gateway_redistribution_config` resource instead.
172172
* `enabled` - Enable route redistribution for BGP. Defaults to `true`.
173173
* `ospf_enabled` - (Optional) Enable route redistribution for OSPF. Defaults to `false`. Applicable from NSX 3.1.0 onwards.
174174
* `rule` - (Optional) List of redistribution rules.

0 commit comments

Comments
 (0)