Skip to content

Commit

Permalink
[ignore] fixed order of pc_tag attribute in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahammughal committed Jul 11, 2024
1 parent 67e1e25 commit 3d9eff5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/application_epg.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data "aci_application_epg" "foo_epg" {
## Attribute Reference

* `id` - Attribute id set to the Dn of the Application EPG.
* `pc_tag` - (Read-Only) A numeric ID to represent a policy enforcement group.
* `annotation` - (Optional) Annotation for object application epg.
* `description` - (Optional) Description for object application epg.
* `exception_tag` - (Optional) Exception tag for object application epg. Range: "0" - "512" .
Expand All @@ -37,7 +38,6 @@ data "aci_application_epg" "foo_epg" {
* `match_t` - (Optional) The provider label match criteria for EPG.
* `name_alias` - (Optional) Name alias for object application epg.
* `pc_enf_pref` - (Optional) The preferred policy control.
* `pc_tag` - (Read-Only) A numeric ID to represent a policy enforcement group.
* `pref_gr_memb` - (Optional) Represents parameter used to determine if EPg is part of a group that does not a contract for communication.
* `prio` - (Optional) QoS priority class id.
* `shutdown` - (Optional) Shutdown for object application epg.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/application_epg.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ resource "aci_application_epg" "fooapplication_epg" {
## Argument Reference ##
* `application_profile_dn` - (Required) Distinguished Name of the parent application profile. Type - String.
* `name` - (Required) Name of Object application epg. Type - String.
* `pc_tag` - (Read-Only) A numeric ID to represent a policy enforcement group.
* `annotation` - (Optional) Annotation for object application epg. Type - String.
* `description` - (Optional) Description for object application epg. Type - String.
* `exception_tag` - (Optional) Exception tag for object application epg. Range: "0" - "512" . Type - String.
Expand All @@ -47,7 +48,6 @@ resource "aci_application_epg" "fooapplication_epg" {
* `match_t` - (Optional) The provider label match criteria for EPG. Allowed values are "All", "AtleastOne", "AtmostOne", "None". Default is "AtleastOne". Type - String.
* `name_alias` - (Optional) Name alias for object application epg. Type - String.
* `pc_enf_pref` - (Optional) The preferred policy control. Allowed values are "unenforced" and "enforced". Default is "unenforced". Type - String.
* `pc_tag` - (Read-Only) A numeric ID to represent a policy enforcement group.
* `pref_gr_memb` - (Optional) Represents parameter used to determine if EPg is part of a group that does not a contract for communication. Allowed values are "exclude" and "include". Default is "exclude". Type - String.
* `prio` - (Optional) QoS priority class id. Allowed values are "unspecified", "level1", "level2", "level3", "level4","level5" and "level6". By default the value is inherited from the parent application profile. Type - String.
* `shutdown` - (Optional) Shutdown for object application epg. Allowed values are "yes" and "no". Default is "no". Type - String.
Expand Down
2 changes: 1 addition & 1 deletion legacy-docs/docs/d/application_epg.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data "aci_application_epg" "foo_epg" {
## Attribute Reference

* `id` - Attribute id set to the Dn of the Application EPG.
* `pc_tag` - (Read-Only) A numeric ID to represent a policy enforcement group.
* `annotation` - (Optional) Annotation for object application epg.
* `description` - (Optional) Description for object application epg.
* `exception_tag` - (Optional) Exception tag for object application epg. Range: "0" - "512" .
Expand All @@ -37,7 +38,6 @@ data "aci_application_epg" "foo_epg" {
* `match_t` - (Optional) The provider label match criteria for EPG.
* `name_alias` - (Optional) Name alias for object application epg.
* `pc_enf_pref` - (Optional) The preferred policy control.
* `pc_tag` - (Read-Only) A numeric ID to represent a policy enforcement group.
* `pref_gr_memb` - (Optional) Represents parameter used to determine if EPg is part of a group that does not a contract for communication.
* `prio` - (Optional) QoS priority class id.
* `shutdown` - (Optional) Shutdown for object application epg.
Expand Down
2 changes: 1 addition & 1 deletion legacy-docs/docs/r/application_epg.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ resource "aci_application_epg" "fooapplication_epg" {
## Argument Reference ##
* `application_profile_dn` - (Required) Distinguished Name of the parent application profile. Type - String.
* `name` - (Required) Name of Object application epg. Type - String.
* `pc_tag` - (Read-Only) A numeric ID to represent a policy enforcement group.
* `annotation` - (Optional) Annotation for object application epg. Type - String.
* `description` - (Optional) Description for object application epg. Type - String.
* `exception_tag` - (Optional) Exception tag for object application epg. Range: "0" - "512" . Type - String.
Expand All @@ -47,7 +48,6 @@ resource "aci_application_epg" "fooapplication_epg" {
* `match_t` - (Optional) The provider label match criteria for EPG. Allowed values are "All", "AtleastOne", "AtmostOne", "None". Default is "AtleastOne". Type - String.
* `name_alias` - (Optional) Name alias for object application epg. Type - String.
* `pc_enf_pref` - (Optional) The preferred policy control. Allowed values are "unenforced" and "enforced". Default is "unenforced". Type - String.
* `pc_tag` - (Read-Only) A numeric ID to represent a policy enforcement group.
* `pref_gr_memb` - (Optional) Represents parameter used to determine if EPg is part of a group that does not a contract for communication. Allowed values are "exclude" and "include". Default is "exclude". Type - String.
* `prio` - (Optional) QoS priority class id. Allowed values are "unspecified", "level1", "level2", "level3", "level4","level5" and "level6". By default the value is inherited from the parent application profile. Type - String.
* `shutdown` - (Optional) Shutdown for object application epg. Allowed values are "yes" and "no". Default is "no". Type - String.
Expand Down

0 comments on commit 3d9eff5

Please sign in to comment.