Skip to content

Commit 473fc42

Browse files
gmicollhercot
authored andcommitted
[ignore] Add references for logical_device attribute for Documentations.
1 parent d0bf0bf commit 473fc42

File tree

6 files changed

+6
-9
lines changed

6 files changed

+6
-9
lines changed

docs/data-sources/imported_logical_device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ data "aci_imported_logical_device" "example_tenant" {
4343

4444
* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
4545
- [aci_tenant](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/tenant) ([fvTenant](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvTenant/overview))
46-
* `logical_device` (ldev) - (string) The distinguished name (DN) of the Logical Device to import.
46+
* `logical_device` (ldev) - (string) The distinguished name (DN) of the Logical Device to import (ACI object [vnsLDevVip](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vnsLDevVip/overview). The Logical Device can be configured using [aci_l4_l7_device](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/l4_l7_devices) resource).
4747

4848
### Read-Only ###
4949

docs/resources/imported_logical_device.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ All examples for the Imported Logical Device resource can be found in the [examp
7777

7878
* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
7979
- [aci_tenant](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/tenant) ([fvTenant](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvTenant/overview))
80-
* `logical_device` (ldev) - (string) The distinguished name (DN) of the Logical Device to import.
80+
* `logical_device` (ldev) - (string) The distinguished name (DN) of the Logical Device to import (ACI object [vnsLDevVip](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vnsLDevVip/overview). The Logical Device can be configured using [aci_l4_l7_device](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/l4_l7_devices) resource).
8181

8282
### Read-Only ###
8383

@@ -86,7 +86,7 @@ All examples for the Imported Logical Device resource can be found in the [examp
8686
### Optional ###
8787

8888
* `annotation` (annotation) - (string) The annotation of the Imported Logical Device object. This attribute is supported in ACI versions: 3.2(1l) and later.
89-
- Default: `orchestrator:terraform`
89+
- Default: `"orchestrator:terraform"`
9090
* `description` (description) - (string) The description of the Imported Logical Device object.
9191
* `name` (name) - (string) The name of the Imported Logical Device object.
9292
* `name_alias` (nameAlias) - (string) The name alias of the Imported Logical Device object. This attribute is supported in ACI versions: 2.2(1k) and later.

gen/definitions/properties.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2727,7 +2727,7 @@ vnsLDevIf:
27272727
overwrites:
27282728
ldev: "logical_device"
27292729
documentation:
2730-
ldev: "The distinguished name (DN) of the Logical Device to import."
2730+
ldev: "The distinguished name (DN) of the Logical Device to import (ACI object [vnsLDevVip](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vnsLDevVip/overview). The Logical Device can be configured using [aci_l4_l7_device](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/l4_l7_devices) resource)"
27312731
description: "The description of the Imported Logical Device object."
27322732
example_value_overwrite:
27332733
logical_device: "aci_l4_l7_device.example_in_another_tenant.id"

internal/provider/data_source_aci_imported_logical_device.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/provider.go

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resource_aci_imported_logical_device.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)