Skip to content

Commit c1c2294

Browse files
akinrosslhercot
authored andcommitted
[ignore] Change direction documentation of relation_from_l3out_consumer_label_to_route_control_profile to be consistent with relation_from_external_epg_to_route_control_profile
1 parent a49b804 commit c1c2294

9 files changed

+9
-8
lines changed

docs/data-sources/l3out_consumer_label.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ data "aci_l3out_consumer_label" "example_l3_outside" {
6868
* `value` (value) - (string) The value of the property.
6969
* `relation_to_route_control_profiles` - (list) A list of Relation From L3Out Consumer Label To Route Control Profiles (ACI object [l3extRsLblToProfile](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/l3extRsLblToProfile/overview)) pointing to Route Control Profile (ACI Object [rtctrlProfile](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/rtctrlProfile/overview)). This attribute is supported in ACI versions: 5.0(1k) and later.
7070
* `annotation` (annotation) - (string) The annotation of the Relation From L3Out Consumer Label To Route Control Profile object.
71-
* `direction` (direction) - (string) The connector direction.
71+
* `direction` (direction) - (string) The direction on which to apply the Route Map associated with the Route Control Profile.
7272
* `target_dn` (tDn) - (string) The distinguished name (DN) of the Route Control Profile object.
7373
* `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.
7474
* `key` (key) - (string) The key used to uniquely identify this configuration object.

docs/data-sources/relation_from_l3out_consumer_label_to_route_control_profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ data "aci_relation_from_l3out_consumer_label_to_route_control_profile" "example_
4747
- The distinguished name (DN) of classes below can be used but currently there is no available resource for it:
4848
- [l3extConsLblDef](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/l3extConsLblDef/overview)
4949

50-
* `direction` (direction) - (string) The connector direction.
50+
* `direction` (direction) - (string) The direction on which to apply the Route Map associated with the Route Control Profile.
5151
- Valid Values: `export`, `import`.
5252
* `target_dn` (tDn) - (string) The distinguished name (DN) of the Route Control Profile object.
5353

docs/resources/l3out_consumer_label.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ All examples for the L3Out Consumer Label resource can be found in the [examples
159159
* `relation_to_route_control_profiles` - (list) A list of Relation From L3Out Consumer Label To Route Control Profiles (ACI object [l3extRsLblToProfile](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/l3extRsLblToProfile/overview)) pointing to Route Control Profile (ACI Object [rtctrlProfile](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/rtctrlProfile/overview)) which can be configured using the [aci_route_control_profile](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/route_control_profile) resource. This attribute is supported in ACI versions: 5.0(1k) and later.
160160
#### Required ####
161161

162-
* `direction` (direction) - (string) The connector direction.
162+
* `direction` (direction) - (string) The direction on which to apply the Route Map associated with the Route Control Profile.
163163
- Valid Values: `export`, `import`.
164164
* `target_dn` (tDn) - (string) The distinguished name (DN) of the Route Control Profile object.
165165
#### Optional ####

docs/resources/relation_from_l3out_consumer_label_to_route_control_profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ All examples for the Relation From L3Out Consumer Label To Route Control Profile
8080
- The distinguished name (DN) of classes below can be used but currently there is no available resource for it:
8181
- [l3extConsLblDef](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/l3extConsLblDef/overview)
8282

83-
* `direction` (direction) - (string) The connector direction.
83+
* `direction` (direction) - (string) The direction on which to apply the Route Map associated with the Route Control Profile.
8484
- Valid Values: `export`, `import`.
8585
* `target_dn` (tDn) - (string) The distinguished name (DN) of the Route Control Profile object.
8686

gen/definitions/properties.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,7 @@ l3extRsLblToProfile:
13411341
relation_from_l3out_consumer_label_to_route_control_profiles: "relation_to_route_control_profiles"
13421342
documentation:
13431343
tDn: "The distinguished name (DN) of the Route Control Profile object."
1344+
direction: "The direction on which to apply the Route Map associated with the Route Control Profile."
13441345
test_values:
13451346
default:
13461347
direction: "import"

internal/provider/data_source_aci_l3out_consumer_label.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/data_source_aci_relation_from_l3out_consumer_label_to_route_control_profile.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_l3out_consumer_label.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_relation_from_l3out_consumer_label_to_route_control_profile.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)