You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description should be changed according to new value in Terraform configuration file.
Actual Behavior
The description in ACI is not changed, although terraform apply correctly reports a change.
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# aci_external_network_instance_profile.my_test_external_epg will be updated in-place
~ resource "aci_external_network_instance_profile" "my_test_external_epg" {
~ description = "manual description" -> "some other description"
id = "uni/tn-my_test_ten/out-my_test_l3out/instP-external_epg"
name = "external_epg"
# (18 unchanged attributes hidden)
}
Steps to Reproduce
terraform apply
Important Factoids
References
#0000
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Resource aci_external_network_instance_profile, attribute description is not handled
Resource aci_external_network_instance_profile, attribute description is not handled (DCNE-361)
Apr 19, 2025
I had a look and it seems to effect other attributes of aci_external_network_instance_profile also. I have added it to the backlog.
akinross
changed the title
Resource aci_external_network_instance_profile, attribute description is not handled (DCNE-361)
Resource aci_external_network_instance_profile, attributes not updated during update
Apr 19, 2025
Community Note
Terraform Version
$ terraform -v
Terraform v1.10.5
on linux_amd64
APIC version and APIC Platform
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Description should be changed according to new value in Terraform configuration file.
Actual Behavior
The description in ACI is not changed, although
terraform apply
correctly reports a change.Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: