Skip to content

Commit 6b5e5db

Browse files
committed
[ignore] Change documenation for target_dn in access_port_selector
1 parent 2016396 commit 6b5e5db

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

docs/data-sources/access_port_selector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ data "aci_access_port_selector" "example_fex_profile" {
6868
* `relation_to_leaf_access_port_policy_group` - (map) A map of Relation To Leaf Access Port Policy Group (ACI object [infraRsAccBaseGrp](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/infraRsAccBaseGrp/overview)) pointing to Access Interface Policy Group (ACI Object [infraAccBaseGrp](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/infraAccBaseGrp/overview)).
6969
* `annotation` (annotation) - (string) The annotation of the Relation To Leaf Access Port Policy Group object. This attribute is supported in ACI versions: 3.2(1l) and later.
7070
* `fex_id` (fexId) - (string) The interface policy group FEX ID.
71-
* `target_dn` (tDn) - (string) Select or create an interface policy group to associate to the Access Port selector.
71+
* `target_dn` (tDn) - (string) The distinguished name of the target.
7272
* `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). This attribute is supported in ACI versions: 3.2(1l) and later.
7373
* `key` (key) - (string) The key used to uniquely identify this configuration object.
7474
* `value` (value) - (string) The value of the property.

docs/resources/access_port_selector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ All examples for the Access Port Selector resource can be found in the [examples
170170
- Default: `"orchestrator:terraform"`
171171
* `fex_id` (fexId) - (string) The interface policy group FEX ID.
172172
- Default: `"101"`
173-
* `target_dn` (tDn) - (string) Select or create an interface policy group to associate to the Access Port selector.
173+
* `target_dn` (tDn) - (string) The distinguished name of the target.
174174
* `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). Annotations can also be configured using a separate [aci_annotation](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/annotation) resource. This attribute is supported in ACI versions: 3.2(1l) and later.
175175
#### Required ####
176176

gen/definitions/properties.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2776,6 +2776,8 @@ infraHPortS:
27762776
- "port_selector_type"
27772777

27782778
infraRsAccBaseGrp:
2779+
documentation:
2780+
tDn: "The distinguished name of the target."
27792781
test_values:
27802782
all:
27812783
fex_id: "102"
@@ -2826,7 +2828,7 @@ infraPortBlk:
28262828
parent_dn: "aci_access_port_selector.test.id"
28272829
- class_name: "infraZHPortS"
28282830
parent_dependency: "infraSpAccPortP"
2829-
parent_dn: "aaci_spine_access_port_selector.test.id"
2831+
parent_dn: "aci_spine_access_port_selector.test.id"
28302832
test_values:
28312833
default:
28322834
from_card: "1"

internal/provider/data_source_aci_access_port_selector.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resource_aci_access_port_selector.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)