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

Check if object relationship creation or update failure is not silent. (DCNE-82) #819

Open
lhercot opened this issue Mar 3, 2022 · 1 comment
Labels
bug jira-sync Sync this issue to Jira

Comments

@lhercot
Copy link
Member

lhercot commented Mar 3, 2022

Community Note

  • 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 x.x.x and on-prem/cloud-aws/cloud-azure/all.

Affected Resource(s)

  • check all resources

Expected Behavior

When an error happens and APIC reject the POST related to a relationship or other child object from a resources. Terraform provider should fail with clear error message.

Actual Behavior

Unknown. This is why we need to check.

References

See #791 for context and an example.

@JC1231231
Copy link

JC1231231 commented Apr 17, 2023

We were running aci provider at 2.6.1 there was no issue. and after upgraded to 2.7 we noticed that terraform is trying to remove and add back the same configuration though there is no change in codes. Suspected this is related to this issue or an update in the "encap" feature introduced in 2.7. Rollback to 2.6.1 this was fixed anyway

aci_l3out_floating_svi.floating_svis12[“L3out-vrf”] will be updated in-place

~ resource “aci_l3out_floating_svi” “floating_svis12” {
id
# (15 unchanged attributes hidden)
+ relation_l3ext_rs_dyn_path_att {
+ floating_address = “”
+ forged_transmit = “Disabled”
+ mac_change = “Disabled”
+ promiscuous_mode = “Disabled”
+ tdn = “uni/phys-Phys-dom”
}
- relation_l3ext_rs_dyn_path_att {
- encap = “unknown” -> null
- floating_address = “” -> null
- forged_transmit = “Disabled” -> null
- mac_change = “Disabled” -> null
- promiscuous_mode = “Disabled” -> null
- tdn = “uni/phys-Phys-dom” -> null
}
}

@samiib samiib added the jira-sync Sync this issue to Jira label Aug 13, 2024
@github-actions github-actions bot changed the title Check if object relationship creation or update failure is not silent. Check if object relationship creation or update failure is not silent. (DCNE-82) Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug jira-sync Sync this issue to Jira
Projects
None yet
Development

No branches or pull requests

3 participants