Skip to content

Commit 72d66f0

Browse files
AshuSoni-crestlhercot
authored andcommitted
removed application_epg_dn from aci_client_end_point documentation.
1 parent b212e71 commit 72d66f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/docs/d/client_end_point.html.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Data source for ACI Client End Point
1414
```hcl
1515
1616
data "aci_client_end_point" "check" {
17-
application_epg_dn = "${aci_application_epg.epg.id}"
1817
mac = "25:56:68:78:98:74"
1918
ip = "1.2.3.4"
2019
vlan = "5"
@@ -24,7 +23,7 @@ data "aci_client_end_point" "check" {
2423

2524

2625
## Argument Reference ##
27-
* `application_epg_dn` - (Required) Distinguished name of parent ApplicationEPG object.
26+
2827
* `name` - (Optional) name of Object client end point.
2928
* `mac` - (Optional) Mac address of the object client end point.
3029
* `ip` - (Optional) ip address of the object client end point.

0 commit comments

Comments
 (0)