-
Notifications
You must be signed in to change notification settings - Fork 104
tags/annotations cause error or don't get created #152
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
Comments
@tigelane APIC API doesn't allow to pass multiple annotations that way. Also with new versions of APIC tags in the UI are pointing to tagInst object rather than annotation parameter. So you are not able to view it in the UI. CC: @lhercot @vfiftyfive |
Ah thank you @nkatarmal-crest It seems that tagInst isn't implemented in the provider yet. Maybe this should be a feature request vs bug? |
@tigelane It should be a feature request for a new resource. I am closing this one out as it's not causing any issues in the code. |
* Updated Read function in access_switch_policy_group * User security role update (#151) * Updated fabricNodeControl and userSecurityDomainRole * Updated user security domain * Updated Read Function for UI Deletion Test case (#152) * added set for annotation in ldap_group_map * Updated resources (#155) * aaep_to_domain resource file updated, dn changed and description removed (#156) * updated documentation * updated documentation for match_rule * resource_tagannotation updated (#159) Co-authored-by: Parth-CDS <[email protected]> * tag_resource schema updated * Updated Index file of Interface Blacklist * Updated Mgmt Zone (#162) * updated docs
* Updated Read function in access_switch_policy_group * User security role update (#151) * Updated fabricNodeControl and userSecurityDomainRole * Updated user security domain * Updated Read Function for UI Deletion Test case (#152) * added set for annotation in ldap_group_map * Updated resources (#155) * aaep_to_domain resource file updated, dn changed and description removed (#156) * updated documentation * updated documentation for match_rule * resource_tagannotation updated (#159) * tag_resource schema updated * Updated Index file of Interface Blacklist * Updated Mgmt Zone (#162) * updated docs
Community Note
Terraform Version
APIC version and APIC Platform
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
tenant
,vrf1
,ap
to have a single annotationatag
on it once created.bd
to have two annotations on it once createdatag
andbtag
.Actual Behavior
tenant
,vrf1
,ap
are created, but no annotations are applied.bd
is not created and errors (additional object with two tags error)Steps to Reproduce
terraform apply
Important Factoids
Not that I can think of.
The text was updated successfully, but these errors were encountered: