Closed Alexpf20210007 closed 1 month ago
Hi @Alexpf20210007,
Thank you for raising this issue, I have had a quick look and it seems that these relational are not set as computed attributes. I need to have a look at the reason why this is deviating from other relational attributes.
I will mark the issue as a bug and will add to the to do items.
Community Note
Terraform Version
1.5.7 1.9.7
APIC version and APIC Platform
5.2(8h) and on-prem
Affected Resource(s)
Here is the example import block: import { to = aci_leaf_access_bundle_policy_group.example["example_vpc"] id = "uni/infra/funcprof/accbundle-example_vpc" }
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Resource should be imported with no change.
Actual Behavior
Steps to Reproduce
terraform apply
Terraform plan shows that the aep is going to be set to null. Terraform apply actually sets the aep to null.Important Factoids
References
0000