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
Terraform Version
APIC version and APIC Platform
V 4.2-6.1
Affected Resource(s)
aci_rest_managed
Terraform Configuration Files
resource"aci_rest_managed""fvFabricExtConnP" {
dn="uni/tn-infra/fabricExtConnP-1"class_name="fvFabricExtConnP"content={
id ="1"
name ="IPN"
rt ="extended:as2-nn4:5:16"
siteId ="1"
}
}
resource"aci_rest_managed""fvPeeringP" {
dn="${aci_rest_managed.fvFabricExtConnP.dn}/peeringP"class_name="fvPeeringP"escape_html=falsecontent={
type ="automatic_with_rr"
}
}
Debug Output
Panic Output
Expected Behavior
it's not possible to delete peering profile from fabric, rest_managed resources should ignore 400 for destroy as some objects cannot be destroyed, it seems that this was accidentally changed: #1264
Actual Behavior
Error: The post rest request failed
│
│ Response Status Code: 400, Error Code: 1, Error Message: Intra Site Peering Profile cannot be deleted..
╵
Steps to Reproduce
terraform apply
Important Factoids
References
#0000
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
aci_rest_managed resource fails with 400 on destroy
aci_rest_managed resource fails with 400 on destroy (DCNE-380)
Apr 23, 2025
Community Note
Terraform Version
APIC version and APIC Platform
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
it's not possible to delete peering profile from fabric, rest_managed resources should ignore 400 for destroy as some objects cannot be destroyed, it seems that this was accidentally changed:
#1264
Actual Behavior
Error: The post rest request failed
│
│ Response Status Code: 400, Error Code: 1, Error Message: Intra Site Peering Profile cannot be deleted..
╵
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: