diff --git a/website/docs/r/policy_gateway_policy.html.markdown b/website/docs/r/policy_gateway_policy.html.markdown index 410e9d9e5..157e91ccd 100644 --- a/website/docs/r/policy_gateway_policy.html.markdown +++ b/website/docs/r/policy_gateway_policy.html.markdown @@ -157,7 +157,7 @@ The following arguments are supported: * `log_label` - (Optional) Additional information (string) which will be propagated to the rule syslog. * `tag` - (Optional) A list of scope + tag pairs to associate with this Rule. * `action` - (Optional) The action for the Rule. Must be one of: `ALLOW`, `DROP` or `REJECT`. Defaults to `ALLOW`. - * `sequence_number` - (Optional) It is recommended not to specify sequence number for rules, and rely on NSX to auto-assign them. If you choose to specify sequence numbers, you must make sure the numbers are consistent with order of the rules in configuration. To avoid confusion, either specify sequence numbers in all rules, or none at all. + * `sequence_number` - (Optional) It is recommended not to specify sequence number for rules, but rather rely on provider to auto-assign them. If you choose to specify sequence numbers, you must make sure the numbers are consistent with order of the rules in configuration. Please note that sequence numbers should start with 1, not 0. To avoid confusion, either specify sequence numbers in all rules, or none at all. ## Attributes Reference @@ -169,7 +169,7 @@ In addition to arguments listed above, the following attributes are exported: * `rule`: * `revision` - Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging. * `path` - The NSX path of the policy resource. - * `sequence_number` - Sequence number of the this rule, is defined by order of rules in the list. + * `sequence_number` - Sequence number for the rule. * `rule_id` - Unique positive number that is assigned by the system and is useful for debugging. ## Importing diff --git a/website/docs/r/policy_intrusion_service_policy.html.markdown b/website/docs/r/policy_intrusion_service_policy.html.markdown index 6dfcfc31f..3233185d5 100644 --- a/website/docs/r/policy_intrusion_service_policy.html.markdown +++ b/website/docs/r/policy_intrusion_service_policy.html.markdown @@ -85,7 +85,7 @@ In addition to arguments listed above, the following attributes are exported: * `rule`: * `revision` - Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging. * `path` - The NSX policy path for this rule. - * `sequence_number` - Sequence number of the this rule, is defined by order of rules in the list. + * `sequence_number` - Sequence number for this rule, as defined by order of rules in the list. * `rule_id` - Unique positive number that is assigned by the system and is useful for debugging. ## Importing diff --git a/website/docs/r/policy_security_policy.html.markdown b/website/docs/r/policy_security_policy.html.markdown index e1f5c8fab..6f4df046f 100644 --- a/website/docs/r/policy_security_policy.html.markdown +++ b/website/docs/r/policy_security_policy.html.markdown @@ -174,7 +174,7 @@ The following arguments are supported: * `services` - (Optional) Set of service paths to match. * `log_label` - (Optional) Additional information (string) which will be propagated to the rule syslog. * `tag` - (Optional) A list of scope + tag pairs to associate with this Rule. - * `sequence_number` - (Optional) It is recommended not to specify sequence number for rules, and rely on NSX to auto-assign them. If you choose to specify sequence numbers, you must make sure the numbers are consistent with order of the rules in configuration. To avoid confusion, either specify sequence numbers in all rules, or none at all. + * `sequence_number` - (Optional) It is recommended not to specify sequence number for rules, and rely on provider to auto-assign them. If you choose to specify sequence numbers, you must make sure the numbers are consistent with order of the rules in configuration. Please note that sequence numbers should start with 1 and not 0. To avoid confusion, either specify sequence numbers in all rules, or none at all. ## Attributes Reference @@ -187,7 +187,7 @@ In addition to arguments listed above, the following attributes are exported: * `rule`: * `revision` - Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging. * `path` - The NSX path of the policy resource. - * `sequence_number` - Sequence number of the this rule, is defined by order of rules in the list. + * `sequence_number` - Sequence number for the rule. * `rule_id` - Unique positive number that is assigned by the system and is useful for debugging. ## Importing