Skip to content

Commit

Permalink
[ignore] Fix and remove unnecessary changes to testvars. Add white sp…
Browse files Browse the repository at this point in the history
…aces between sections in resource and datasource docs.
  • Loading branch information
gmicol committed Sep 6, 2024
1 parent f9dd80c commit 84d75c4
Show file tree
Hide file tree
Showing 102 changed files with 97 additions and 120 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/access_interface_override.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ data "aci_access_interface_override" "example" {
## Schema ##

### Required ###

* `name` (name) - (string) The name of the Access Interface Override object.

### Optional ###
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ data "aci_annotation" "example_application_epg" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- Too many parent DNs to display, see model documentation for all possible parents of [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview).
- [aci_cloud_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/cloud_epg) ([cloudEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/cloudEPg/overview))
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/application_epg.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_application_epg" "example_application_profile" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_application_profile](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/application_profile) ([fvAp](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvAp/overview))
* `name` (name) - (string) The name of the Application EPG object.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/custom_qos_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_custom_qos_policy" "example_tenant" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [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))
* `name` (name) - (string) The name of the Custom Qos Policy object.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/data_plane_policing_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data "aci_data_plane_policing_policy" "example_tenant" {
## Schema ##

### Required ###

* `name` (name) - (string) The name of the Data Plane Policing Policy object.

### Optional ###
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/endpoint_security_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_endpoint_security_group" "example_application_profile" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_application_profile](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/application_profile) ([fvAp](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvAp/overview))
* `name` (name) - (string) The name of the Endpoint Security Group object.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/endpoint_tag_ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ data "aci_endpoint_tag_ip" "example_tenant" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [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))
* `vrf_name` (ctxName) - (string) The VRF name of the Endpoint Tag IP object.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/endpoint_tag_mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ data "aci_endpoint_tag_mac" "example_tenant" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [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))
* `bd_name` (bdName) - (string) The bridge domain name of the Endpoint Tag MAC object.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/epg_useg_ad_group_attribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_epg_useg_ad_group_attribute" "example_epg_useg_block_statement" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_epg_useg_block_statement](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_block_statement) ([fvCrtrn](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvCrtrn/overview))
* `selector` (selector) - (string) The selector of the EPG uSeg AD Group Attribute object. Represents the DN or expression to select an identity group.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/epg_useg_block_statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data "aci_epg_useg_block_statement" "example_application_epg" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_application_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/application_epg) ([fvAEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvAEPg/overview))

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/epg_useg_dns_attribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_epg_useg_dns_attribute" "example_epg_useg_block_statement" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_epg_useg_block_statement](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_block_statement) ([fvCrtrn](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvCrtrn/overview))
* `name` (name) - (string) The name of the EPG uSeg DNS Attribute object.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/epg_useg_ip_attribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_epg_useg_ip_attribute" "example_epg_useg_block_statement" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_epg_useg_block_statement](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_block_statement) ([fvCrtrn](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvCrtrn/overview))
* `name` (name) - (string) The name of the EPG uSeg IP Attribute object.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/epg_useg_mac_attribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_epg_useg_mac_attribute" "example_epg_useg_block_statement" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_epg_useg_block_statement](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_block_statement) ([fvCrtrn](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvCrtrn/overview))
* `name` (name) - (string) The name of the EPG uSeg MAC Attribute object.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/epg_useg_sub_block_statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ data "aci_epg_useg_sub_block_statement" "example_epg_useg_sub_block_statement" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_epg_useg_block_statement](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_block_statement) ([fvCrtrn](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvCrtrn/overview))
- [aci_epg_useg_sub_block_statement](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_sub_block_statement) ([fvSCrtrn](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvSCrtrn/overview))
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/epg_useg_vm_attribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ data "aci_epg_useg_vm_attribute" "example_epg_useg_sub_block_statement" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_epg_useg_block_statement](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_block_statement) ([fvCrtrn](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvCrtrn/overview))
- [aci_epg_useg_sub_block_statement](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_sub_block_statement) ([fvSCrtrn](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvSCrtrn/overview))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data "aci_external_management_network_instance_profile" "example" {
## Schema ##

### Required ###

* `name` (name) - (string) The name of the External Management Network Instance Profile object.

### Read-Only ###
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/external_management_network_subnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_external_management_network_subnet" "example_external_management_netwo
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_external_management_network_instance_profile](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/external_management_network_instance_profile) ([mgmtInstP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/mgmtInstP/overview))
* `ip` (ip) - (string) The external subnet IP address and subnet mask. This IP address is used for creating an external management entity. The subnet mask for the IP address to be imported from the outside into the fabric. The contracts associated with its parent instance profile (l3ext:InstP) are applied to the subnet.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/l3out_consumer_label.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data "aci_l3out_consumer_label" "example_l3_outside" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_l3_outside](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/l3_outside) ([l3extOut](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/l3extOut/overview))
* `name` (name) - (string) The name of the L3out Consumer Label object.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/l3out_node_sid_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_l3out_node_sid_profile" "example_l3out_loopback_interface_profile" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_l3out_loopback_interface_profile](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/l3out_loopback_interface_profile) ([l3extLoopBackIfP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/l3extLoopBackIfP/overview))
* `segment_id` (sidoffset) - (string) The segment ID of the L3out Node SR-MPLS Segment ID Profile object.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/l3out_provider_label.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_l3out_provider_label" "example_l3_outside" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_l3_outside](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/l3_outside) ([l3extOut](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/l3extOut/overview))
* `name` (name) - (string) The name of the L3out Provider Label object.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/l3out_redistribute_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ data "aci_l3out_redistribute_policy" "example_l3_outside" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_l3_outside](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/l3_outside) ([l3extOut](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/l3extOut/overview))
* `source` (src) - (string) The source of the L3out Redistribute Policy object.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/netflow_exporter_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data "aci_netflow_exporter_policy" "example_tenant" {
## Schema ##

### Required ###

* `name` (name) - (string) The name of the NetFlow Exporter Policy object.

### Optional ###
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/netflow_monitor_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data "aci_netflow_monitor_policy" "example_tenant" {
## Schema ##

### Required ###

* `name` (name) - (string) The name of the NetFlow Monitor Policy object.

### Optional ###
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/netflow_record_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data "aci_netflow_record_policy" "example_tenant" {
## Schema ##

### Required ###

* `name` (name) - (string) The name of the NetFlow Record Policy object.

### Optional ###
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/out_of_band_contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data "aci_out_of_band_contract" "example" {
## Schema ##

### Required ###

* `name` (name) - (string) The name of the Out Of Band Contract object.

### Read-Only ###
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/pim_route_map_entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_pim_route_map_entry" "example_pim_route_map_policy" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_pim_route_map_policy](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/pim_route_map_policy) ([pimRouteMapPol](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/pimRouteMapPol/overview))
* `order` (order) - (string) PIM route map entry order.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/pim_route_map_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_pim_route_map_policy" "example_tenant" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [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))
* `name` (name) - (string) The name of the Pim Route Map Policy object.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/relation_to_consumed_contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ data "aci_relation_to_consumed_contract" "example_endpoint_security_group" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_cloud_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/cloud_epg) ([cloudEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/cloudEPg/overview))
- [aci_cloud_external_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/cloud_external_epg) ([cloudExtEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/cloudExtEPg/overview))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_relation_to_consumed_out_of_band_contract" "example_external_managemen
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_external_management_network_instance_profile](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/external_management_network_instance_profile) ([mgmtInstP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/mgmtInstP/overview))
* `out_of_band_contract_name` (tnVzOOBBrCPName) - (string) The name of the Out Of Band Contract object. This attribute can be referenced from a [resource](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/out_of_band_contract) with `aci_out_of_band_contract.example.name` or from a [datasource](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/data-sources/out_of_band_contract) with `data.aci_out_of_band_contract.example.name`.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/relation_to_contract_master.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ data "aci_relation_to_contract_master" "example_endpoint_security_group" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_cloud_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/cloud_epg) ([cloudEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/cloudEPg/overview))
- [aci_cloud_external_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/cloud_external_epg) ([cloudExtEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/cloudExtEPg/overview))
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/relation_to_domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_relation_to_domain" "example_application_epg" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_application_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/application_epg) ([fvAEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvAEPg/overview))
* `target_dn` (tDn) - (string) The distinguished name of the target Domain object.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/relation_to_fibre_channel_path.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_relation_to_fibre_channel_path" "example_application_epg" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_application_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/application_epg) ([fvAEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvAEPg/overview))
* `target_dn` (tDn) - (string) The distinguished name of the target.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/relation_to_imported_contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ data "aci_relation_to_imported_contract" "example_endpoint_security_group" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_cloud_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/cloud_epg) ([cloudEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/cloudEPg/overview))
- [aci_cloud_external_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/cloud_external_epg) ([cloudExtEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/cloudExtEPg/overview))
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/relation_to_intra_epg_contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ data "aci_relation_to_intra_epg_contract" "example_endpoint_security_group" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_cloud_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/cloud_epg) ([cloudEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/cloudEPg/overview))
- [aci_cloud_external_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/cloud_external_epg) ([cloudExtEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/cloudExtEPg/overview))
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/relation_to_netflow_exporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data "aci_relation_to_netflow_exporter" "example_netflow_monitor_policy" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_netflow_monitor_policy](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/netflow_monitor_policy) ([netflowMonitorPol](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/netflowMonitorPol/overview))
* `netflow_exporter_policy_name` (tnNetflowExporterPolName) - (string) Name. This attribute can be referenced from a [resource](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/netflow_exporter_policy) with `aci_netflow_exporter_policy.example.name` or from a [datasource](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/data-sources/netflow_exporter_policy) with `data.aci_netflow_exporter_policy.example.name`.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/relation_to_provided_contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ data "aci_relation_to_provided_contract" "example_endpoint_security_group" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_cloud_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/cloud_epg) ([cloudEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/cloudEPg/overview))
- [aci_cloud_external_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/cloud_external_epg) ([cloudExtEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/cloudExtEPg/overview))
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/relation_to_static_leaf.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aci_relation_to_static_leaf" "example_application_epg" {
## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_application_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/application_epg) ([fvAEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvAEPg/overview))
* `target_dn` (tDn) - (string) The distinguished name of the target of this static binding.
Expand Down
Loading

0 comments on commit 84d75c4

Please sign in to comment.