We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b212e71 commit 72d66f0Copy full SHA for 72d66f0
website/docs/d/client_end_point.html.markdown
@@ -14,7 +14,6 @@ Data source for ACI Client End Point
14
```hcl
15
16
data "aci_client_end_point" "check" {
17
- application_epg_dn = "${aci_application_epg.epg.id}"
18
mac = "25:56:68:78:98:74"
19
ip = "1.2.3.4"
20
vlan = "5"
@@ -24,7 +23,7 @@ data "aci_client_end_point" "check" {
24
23
25
26
## Argument Reference ##
27
-* `application_epg_dn` - (Required) Distinguished name of parent ApplicationEPG object.
+
28
* `name` - (Optional) name of Object client end point.
29
* `mac` - (Optional) Mac address of the object client end point.
30
* `ip` - (Optional) ip address of the object client end point.
0 commit comments