Skip to content

Commit bfe8ecf

Browse files
akinrosslhercot
authored andcommitted
[ignore] use correct plural form for policy in documentation
1 parent d77e870 commit bfe8ecf

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

docs/data-sources/bridge_domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ data "aci_bridge_domain" "example_tenant" {
132132
* `tags` - (list) A list of Tags (ACI object [tagTag](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagTag/overview)). This attribute is supported in ACI versions: 3.2(1l) and later.
133133
* `key` (key) - (string) The key used to uniquely identify this configuration object.
134134
* `value` (value) - (string) The value of the property.
135-
* `relation_to_netflow_monitor_policies` - (list) A list of Relation From Bridge Domain To NetFlow Monitor Policys (ACI object [fvRsBDToNetflowMonitorPol](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRsBDToNetflowMonitorPol/overview)) pointing to NetFlow Monitor Policy (ACI Object [netflowMonitorPol](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/netflowMonitorPol/overview)). This attribute is supported in ACI versions: 2.2(1k) and later.
135+
* `relation_to_netflow_monitor_policies` - (list) A list of Relation From Bridge Domain To NetFlow Monitor Policies (ACI object [fvRsBDToNetflowMonitorPol](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRsBDToNetflowMonitorPol/overview)) pointing to NetFlow Monitor Policy (ACI Object [netflowMonitorPol](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/netflowMonitorPol/overview)). This attribute is supported in ACI versions: 2.2(1k) and later.
136136
* `annotation` (annotation) - (string) The annotation of the Relation From Bridge Domain To NetFlow Monitor Policy object. This attribute is supported in ACI versions: 3.2(1l) and later.
137137
* `filter_type` (fltType) - (string) The filter type of the NetFlow Monitor Policy object.
138138
* `netflow_monitor_policy_name` (tnNetflowMonitorPolName) - (string) The name of the NetFlow Monitor Policy object.

docs/data-sources/vmm_uplink_container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ data "aci_vmm_uplink_container" "example_vmm_domain" {
5555
* `tags` - (list) A list of Tags (ACI object [tagTag](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagTag/overview)). This attribute is supported in ACI versions: 3.2(1l) and later.
5656
* `key` (key) - (string) The key used to uniquely identify this configuration object.
5757
* `value` (value) - (string) The value of the property.
58-
* `uplink_policies` - (list) A list of VMM Uplink Policys (ACI object [vmmUplinkP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vmmUplinkP/overview)).
58+
* `uplink_policies` - (list) A list of VMM Uplink Policies (ACI object [vmmUplinkP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vmmUplinkP/overview)).
5959
* `annotation` (annotation) - (string) The annotation of the VMM Uplink Policy object.
6060
* `name_alias` (nameAlias) - (string) The name alias of the VMM Uplink Policy object.
6161
* `uplink_id` (uplinkId) - (string) The uplink identifier of the VMM Uplink Policy object.

docs/resources/bridge_domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ All examples for the Bridge Domain resource can be found in the [examples](https
501501

502502
* `key` (key) - (string) The key used to uniquely identify this configuration object.
503503
* `value` (value) - (string) The value of the property.
504-
* `relation_to_netflow_monitor_policies` - (list) A list of Relation From Bridge Domain To NetFlow Monitor Policys (ACI object [fvRsBDToNetflowMonitorPol](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRsBDToNetflowMonitorPol/overview)) pointing to NetFlow Monitor Policy (ACI Object [netflowMonitorPol](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/netflowMonitorPol/overview)) which can be configured using the [aci_netflow_monitor_policy](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/netflow_monitor_policy) resource. This attribute is supported in ACI versions: 2.2(1k) and later.
504+
* `relation_to_netflow_monitor_policies` - (list) A list of Relation From Bridge Domain To NetFlow Monitor Policies (ACI object [fvRsBDToNetflowMonitorPol](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRsBDToNetflowMonitorPol/overview)) pointing to NetFlow Monitor Policy (ACI Object [netflowMonitorPol](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/netflowMonitorPol/overview)) which can be configured using the [aci_netflow_monitor_policy](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/netflow_monitor_policy) resource. This attribute is supported in ACI versions: 2.2(1k) and later.
505505
#### Required ####
506506

507507
* `filter_type` (fltType) - (string) The filter type of the NetFlow Monitor Policy object.

docs/resources/vmm_uplink_container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ All examples for the VMM Uplink Container resource can be found in the [examples
116116

117117
* `key` (key) - (string) The key used to uniquely identify this configuration object.
118118
* `value` (value) - (string) The value of the property.
119-
* `uplink_policies` - (list) A list of VMM Uplink Policys (ACI object [vmmUplinkP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vmmUplinkP/overview)). VMM Uplink Policys can also be configured using a separate [aci_vmm_uplink_policy](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/vmm_uplink_policy) resource.
119+
* `uplink_policies` - (list) A list of VMM Uplink Policies (ACI object [vmmUplinkP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vmmUplinkP/overview)). VMM Uplink Policies can also be configured using a separate [aci_vmm_uplink_policy](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/vmm_uplink_policy) resource.
120120
#### Required ####
121121

122122
* `uplink_id` (uplinkId) - (string) The uplink identifier of the VMM Uplink Policy object.

gen/definitions/properties.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ global:
8686
Evpn: "EVPN"
8787
Lacp Enhanced Lag Policy: "LACP Enhanced Lag Policy"
8888
Vmm: "VMM"
89+
Policys: "Policies"
8990
ignores:
9091
- "userdom"
9192

0 commit comments

Comments
 (0)