Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated resource and datasource for fvSiteAssociated and fvRemoteId #1233

Open
wants to merge 61 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
c0ab7f5
Generated resource and datasource for fvSiteAssociated
May 31, 2024
df7cea0
[minor_change] unedited generated file
May 31, 2024
c8e51cd
[minor_change]Fixed attribute and doc issues
abrahammughal Jun 4, 2024
8e56f48
[minor_changes] fixed example in docs
abrahammughal Jun 5, 2024
aefb127
[minor_changes] fixed build check import issues
abrahammughal Jun 5, 2024
8dd4a94
Build check fix
abrahammughal Jun 5, 2024
1087c92
unfixed build issue
abrahammughal Jun 5, 2024
be818da
Created fvRemoteId class
abrahammughal Jun 6, 2024
1c0e44a
Removed unecessary import
abrahammughal Jun 6, 2024
e2fe87d
[minor_changes] fixed documentation
abrahammughal Jun 7, 2024
94526ab
[minor_changes] documentation fixes for fvRemoteId
abrahammughal Jun 10, 2024
b524606
[minor_changes] Fixed more documentation for fvRemoteId
abrahammughal Jun 10, 2024
5b849db
[minor_changes] Fixed tests that weren't working
abrahammughal Jun 11, 2024
e9d9964
[ignore] fixed unecessary import
abrahammughal Jun 17, 2024
4eeb49c
[ignore] Fixed incorrect test_constant
abrahammughal Jun 18, 2024
73c0a2d
[ignore] Fixed test_constants for siteAssociated
abrahammughal Jun 18, 2024
ad31378
[ignore] testing
abrahammughal Jun 18, 2024
4966e48
[ignore] minor definition change
abrahammughal Jun 20, 2024
ffd1405
[ignore] Added formatting for pc_tag values
abrahammughal Jun 20, 2024
ae5d34e
[ignore] fixed unecessary validators for resource
abrahammughal Jun 24, 2024
1458d95
[ignore] removing errCode check
abrahammughal Jun 24, 2024
3c18bba
[ignore] trying different test values
abrahammughal Jun 25, 2024
42cfd32
[ignore
abrahammughal Jul 15, 2024
40773b6
[ignore] deleted binary file
abrahammughal Jun 25, 2024
40ae84c
[ignore] ran tidy
abrahammughal Jun 25, 2024
f5c3374
[ignore]
abrahammughal Jun 25, 2024
c1bb59c
[ignore] changed examples
abrahammughal Jun 26, 2024
7bb865b
[ignore] testing
abrahammughal Jun 27, 2024
c80c5f7
[ignore] testing
abrahammughal Jun 27, 2024
c3de30f
[ignore] minor test changes
abrahammughal Jul 8, 2024
bccb0d8
[ignore] changes with rebase
abrahammughal Jul 8, 2024
2c36fae
[ignore] fixed notexisting datasource test error
abrahammughal Jul 8, 2024
b285682
[ignore] fixed unclosed brace
abrahammughal Jul 8, 2024
0490a09
[ignore]
abrahammughal Jul 8, 2024
5c29b62
[ignore] added datasource required attribute
abrahammughal Jul 9, 2024
4651b78
[ignore] added required attributes pc_tag and vrf_pc_tag
abrahammughal Jul 10, 2024
fa41613
[ignore] added modified files
abrahammughal Jul 10, 2024
39e56f3
[ignore] removed remote_vrf_pc_tag as required attribute
abrahammughal Jul 11, 2024
8d89bab
[ignore] changed default value for remote_ctx_pc_tag
abrahammughal Jul 11, 2024
63e7b69
[ignore] updated vendor version
abrahammughal Jun 25, 2024
d55b64a
[ignore] ran tidy
abrahammughal Jun 25, 2024
c42ad76
[ignore] fixed go.sum file
abrahammughal Jul 15, 2024
580930d
[ignore] fixed default values for site_id in fvSiteAssociated
abrahammughal Jul 17, 2024
f21610b
[ignore] changed default value for vrf_pc_tag
abrahammughal Jul 17, 2024
62dfaf7
[ignore] fix import example to include the correct dn
abrahammughal Jul 18, 2024
96add9f
[ignore] temporarily added test constants for testing purposes
abrahammughal Jul 18, 2024
fd06b98
[ignore] added errCode check
abrahammughal Jul 22, 2024
68b5c94
[ignore] fixed parent dependencies in properties.yaml and added annot…
abrahammughal Jul 22, 2024
f02e9e8
[ignore] removed unecessary depends_on in test resources
abrahammughal Jul 23, 2024
5b8d0e8
[ignore] changed default site_id to 0
abrahammughal Jul 23, 2024
d811ada
[ignore] fixed not_existing tests
abrahammughal Jul 24, 2024
c345f59
[ignore] changed default value for remote_vrf_pc_tag
abrahammughal Jul 29, 2024
4cfcb02
[ignore] removed comment
abrahammughal Jul 29, 2024
f64db37
[ignore] added documentation about vrf_pc_tag use case
abrahammughal Jul 29, 2024
93de035
[ignore] removed errCode check in utils.go
abrahammughal Jul 31, 2024
a10fa27
[ignore] added seg attributes for fvBD
abrahammughal Aug 6, 2024
47bc9a4
[ignore] fixed documentation
abrahammughal Aug 6, 2024
a76d205
[ignore] rebased
abrahammughal Aug 8, 2024
3d94130
[ignore] rebased again
abrahammughal Aug 8, 2024
c6a20b0
[ignore] fixed utils.go
abrahammughal Aug 8, 2024
2ebd4a7
[ignore] removed unecessary test constant
abrahammughal Aug 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions aci/data_source_aci_fvbd.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ func dataSourceAciBridgeDomain() *schema.Resource {
Computed: true,
},

"seg": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
},

"unicast_route": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Expand Down
6 changes: 6 additions & 0 deletions aci/resource_aci_fvbd.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ func resourceAciBridgeDomain() *schema.Resource {
}, false),
},

"seg": &schema.Schema{
Type: schema.TypeString,
Computed: true,
},

"unicast_route": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Expand Down Expand Up @@ -351,6 +356,7 @@ func setBridgeDomainAttributes(fvBD *models.BridgeDomain, d *schema.ResourceData
d.Set("multi_dst_pkt_act", fvBDMap["multiDstPktAct"])
d.Set("name_alias", fvBDMap["nameAlias"])
d.Set("bridge_domain_type", fvBDMap["type"])
d.Set("seg", fvBDMap["seg"])
d.Set("unicast_route", fvBDMap["unicastRoute"])
d.Set("unk_mac_ucast_act", fvBDMap["unkMacUcastAct"])
d.Set("unk_mcast_act", fvBDMap["unkMcastAct"])
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 @@ -73,7 +73,7 @@ data "aci_annotation" "example_application_epg" {
- [aci_epg_useg_ad_group_attribute](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_ad_group_attribute) ([fvIdGroupAttr](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvIdGroupAttr/overview))
- [aci_epg_useg_ip_attribute](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_ip_attribute) ([fvIpAttr](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvIpAttr/overview))
- [aci_epg_useg_mac_attribute](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_mac_attribute) ([fvMacAttr](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvMacAttr/overview))
- [aci_relation_to_consumed_contract](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/relation_to_consumed_contract) ([fvRsCons](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRsCons/overview))
- [aci_remote_site_id_mappings](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/remote_site_id_mappings) ([fvRemoteId](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRemoteId/overview))
* `key` (key) - (string) The key used to uniquely identify this configuration object.

### Read-Only ###
Expand Down
9 changes: 9 additions & 0 deletions docs/data-sources/application_epg.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,15 @@ data "aci_application_epg" "example_application_profile" {
* `annotation` (annotation) - (string) The annotation of the Relation To Trust Control Policy object.
* `trust_control_policy_name` (tnFhsTrustCtrlPolName) - (string) Name.

* `associated_site` - (list) A list of Associated Site (ACI object [fvSiteAssociated](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvSiteAssociated/overview)). This attribute is supported in ACI versions: 3.0(1k) and later.
* `annotation` (annotation) - (string) The annotation of the Associated Site object.
* `description` (descr) - (string) The description of the Associated Site object.
* `name` (name) - (string) The name of the Associated Site object.
* `name_alias` (nameAlias) - (string) The name alias of the Associated Site object.
* `owner_key` (ownerKey) - (string) The key for enabling clients to own their data for entity correlation.
* `owner_tag` (ownerTag) - (string) A tag for enabling clients to add their own data. For example, to indicate who created this object.
* `site_id` (siteId) - (string) A number between 0 and 1000 to identify the primary site being associated.

* `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). This attribute is supported in ACI versions: 3.2(1l) and later.
* `key` (key) - (string) The key used to uniquely identify this configuration object.
* `value` (value) - (string) The value of the property.
Expand Down
78 changes: 78 additions & 0 deletions docs/data-sources/associated_site.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
# Documentation generated by "gen/generator.go"; DO NOT EDIT.
# In order to regenerate this file execute `go generate` from the repository root.
# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md).
subcategory: "Multi-Site"
layout: "aci"
page_title: "ACI: aci_associated_site"
sidebar_current: "docs-aci-data-source-aci_associated_site"
description: |-
Data source for ACI Associated Site
---

# aci_associated_site #

Data source for ACI Associated Site

## API Information ##

* Class: [fvSiteAssociated](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvSiteAssociated/overview)

* Supported in ACI versions: 3.0(1k) and later.

* Distinguished Name Formats:
- `uni/tn-{name}/BD-{name}/stAsc`
- `uni/tn-{name}/ap-{name}/epg-{name}/stAsc`
- `uni/tn-{name}/ctx-{name}/stAsc`
- `uni/tn-{name}/mscGraphXlateCont/epgDefXlate-[{epgDefDn}]/stAsc`
- `uni/tn-{name}/out-{name}/instP-{name}/stAsc`

## GUI Information ##

* Location: `Not shown in UI`

## Example Usage ##

```hcl

data "aci_associated_site" "example_application_epg" {
parent_dn = aci_application_epg.example.id
}

data "aci_associated_site" "example_bridge_domain" {
parent_dn = aci_bridge_domain.example.id
}

```

## 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))
- [aci_bridge_domain](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/bridge_domain) ([fvBD](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvBD/overview))
- [aci_vrf](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/vrf) ([fvCtx](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvCtx/overview))
- [aci_external_network_instance_profile](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/external_network_instance_profile) ([l3extInstP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/l3extInstP/overview))
- The distinguished name (DN) of classes below can be used but currently there is no available resource for it:
- [vnsEpgDefXlate](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vnsEpgDefXlate/overview)


### Read-Only ###

* `id` - (string) The distinguished name (DN) of the Associated Site object.
* `annotation` (annotation) - (string) The annotation of the Associated Site object.
* `description` (descr) - (string) The description of the Associated Site object.
* `name` (name) - (string) The name of the Associated Site object.
* `name_alias` (nameAlias) - (string) The name alias of the Associated Site object.
* `owner_key` (ownerKey) - (string) The key for enabling clients to own their data for entity correlation.
* `owner_tag` (ownerTag) - (string) A tag for enabling clients to add their own data. For example, to indicate who created this object.
* `site_id` (siteId) - (string) A number between 0 and 1000 to identify the primary site being associated.

* `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). This attribute is supported in ACI versions: 3.2(1l) and later.
* `key` (key) - (string) The key used to uniquely identify this configuration object.
* `value` (value) - (string) The value of the property.

* `tags` - (list) A list of Tags (ACI object [tagTag](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagTag/overview)). This attribute is supported in ACI versions: 3.2(1l) and later.
* `key` (key) - (string) The key used to uniquely identify this configuration object.
* `value` (value) - (string) The value of the property.
72 changes: 72 additions & 0 deletions docs/data-sources/remote_site_id_mappings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
# Documentation generated by "gen/generator.go"; DO NOT EDIT.
# In order to regenerate this file execute `go generate` from the repository root.
# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md).
subcategory: "Multi-Site"
layout: "aci"
page_title: "ACI: aci_remote_site_id_mappings"
sidebar_current: "docs-aci-data-source-aci_remote_site_id_mappings"
description: |-
Data source for ACI Remote Site Id Mappings
---

# aci_remote_site_id_mappings #

Data source for ACI Remote Site Id Mappings

## API Information ##

* Class: [fvRemoteId](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRemoteId/overview)

* Supported in ACI versions: 3.0(1k) and later.

* Distinguished Name Formats:
- `uni/tn-{name}/BD-{name}/stAsc/site-{siteId}`
- `uni/tn-{name}/ap-{name}/epg-{name}/stAsc/site-{siteId}`
- `uni/tn-{name}/ap-{name}/esg-{name}/stAsc/site-{siteId}`
- `uni/tn-{name}/ctx-{name}/stAsc/site-{siteId}`
- `uni/tn-{name}/mscGraphXlateCont/epgDefXlate-[{epgDefDn}]/stAsc/site-{siteId}`
- `uni/tn-{name}/out-{name}/instP-{name}/stAsc/site-{siteId}`

## GUI Information ##

* Location: `Not shown in UI`

## Example Usage ##

```hcl

data "aci_remote_site_id_mappings" "example_associated_site" {
parent_dn = aci_associated_site.example.id
site_id = "100"
}

```

## Schema ##

### Required ###

* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
- [aci_associated_site](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/associated_site) ([fvSiteAssociated](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvSiteAssociated/overview))
* `site_id` (siteId) - (string) A number between 0 and 1000 to identify the remote site being associated with the primary site.

### Read-Only ###

* `id` - (string) The distinguished name (DN) of the Remote Site Id Mappings object.
* `annotation` (annotation) - (string) The annotation of the Remote Site Id Mappings object.
* `description` (descr) - (string) The description of the Remote Site Id Mappings object.
* `name` (name) - (string) The name of the Remote Site Id Mappings object.
* `name_alias` (nameAlias) - (string) The name alias of the Remote Site Id Mappings object.
* `owner_key` (ownerKey) - (string) The key for enabling clients to own their data for entity correlation.
* `owner_tag` (ownerTag) - (string) A tag for enabling clients to add their own data. For example, to indicate who created this object.
* `remote_vrf_pc_tag` (remoteCtxPcTag) - (string) Remote context's *pcTag*, mapping required for default route case.
* `remote_pc_tag` (remotePcTag) - (string) Remote Class ID.

* `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). This attribute is supported in ACI versions: 3.2(1l) and later.
* `key` (key) - (string) The key used to uniquely identify this configuration object.
* `value` (value) - (string) The value of the property.

* `tags` - (list) A list of Tags (ACI object [tagTag](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagTag/overview)). This attribute is supported in ACI versions: 3.2(1l) and later.
* `key` (key) - (string) The key used to uniquely identify this configuration object.
* `value` (value) - (string) The value of the property.
2 changes: 1 addition & 1 deletion docs/data-sources/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ data "aci_tag" "example_application_epg" {
- [aci_epg_useg_ad_group_attribute](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_ad_group_attribute) ([fvIdGroupAttr](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvIdGroupAttr/overview))
- [aci_epg_useg_ip_attribute](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_ip_attribute) ([fvIpAttr](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvIpAttr/overview))
- [aci_epg_useg_mac_attribute](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_mac_attribute) ([fvMacAttr](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvMacAttr/overview))
- [aci_relation_to_consumed_contract](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/relation_to_consumed_contract) ([fvRsCons](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRsCons/overview))
- [aci_remote_site_id_mappings](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/remote_site_id_mappings) ([fvRemoteId](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRemoteId/overview))
* `key` (key) - (string) The key used to uniquely identify this configuration object.

### Read-Only ###
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ All examples for the Annotation resource can be found in the [examples](https://
- [aci_epg_useg_ad_group_attribute](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_ad_group_attribute) ([fvIdGroupAttr](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvIdGroupAttr/overview))
- [aci_epg_useg_ip_attribute](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_ip_attribute) ([fvIpAttr](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvIpAttr/overview))
- [aci_epg_useg_mac_attribute](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_mac_attribute) ([fvMacAttr](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvMacAttr/overview))
- [aci_relation_to_consumed_contract](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/relation_to_consumed_contract) ([fvRsCons](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRsCons/overview))
- [aci_remote_site_id_mappings](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/remote_site_id_mappings) ([fvRemoteId](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRemoteId/overview))
* `key` (key) - (string) The key used to uniquely identify this configuration object.
* `value` (value) - (string) The value of the property.

Expand Down
28 changes: 28 additions & 0 deletions docs/resources/application_epg.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,17 @@ resource "aci_application_epg" "full_example_application_profile" {
trust_control_policy_name = aci_trust_control_policy.example.name
}
]
associated_site = [
{
annotation = "annotation_1"
description = "description_1"
name = "name_1"
name_alias = "name_alias_1"
owner_key = "owner_key_1"
owner_tag = "owner_tag_1"
site_id = "0"
}
]
annotations = [
{
key = "key_0"
Expand Down Expand Up @@ -544,6 +555,23 @@ All examples for the Application EPG resource can be found in the [examples](htt
- Default: `orchestrator:terraform`
* `trust_control_policy_name` (tnFhsTrustCtrlPolName) - (string) Name.

* `associated_site` - (list) A list of Associated Site (ACI object [fvSiteAssociated](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvSiteAssociated/overview)). Associated Site can also be configured using a separate [aci_](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/) resource. This attribute is supported in ACI versions: 3.0(1k) and later.
- Max Items: 1

#### Required ####

* `site_id` (siteId) - (string) A number between 0 and 1000 to identify the primary site being associated.

#### Optional ####

* `annotation` (annotation) - (string) The annotation of the Associated Site object.
- Default: `orchestrator:terraform`
* `description` (descr) - (string) The description of the Associated Site object.
* `name` (name) - (string) The name of the Associated Site object.
* `name_alias` (nameAlias) - (string) The name alias of the Associated Site object.
* `owner_key` (ownerKey) - (string) The key for enabling clients to own their data for entity correlation.
* `owner_tag` (ownerTag) - (string) A tag for enabling clients to add their own data. For example, to indicate who created this object.

* `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). Annotations can also be configured using a separate [aci_annotation](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/annotation) resource. This attribute is supported in ACI versions: 3.2(1l) and later.

#### Required ####
Expand Down
Loading
Loading