Open dariofaccin opened 2 months ago
Hey @dariofaccin, could you please add a terraform plan to this report with a minimal reproducer?
@Aflynn50 the steps to reproduce the issue involve first deploying a plan (using a version X
of the charms) and then refreshing the plan with a new version Y
of the charms. This particular deployment involves different modules across multiple repositories. I could create a custom plan with the bare minimum if needed. Let me know, thanks.
Description
The upgrade of some of our charms (
sdcore-amf-k8s
,sdcore-ms-k8s
,sdcore-pcf-k8s
) requires a relation to be removed before refreshing the charm. The provider correctly tries to remove it before trying the refresh, however it does not wait for the relation to be completely removed, causing the following error:Urgency
Blocker for our release
Terraform Juju Provider version
0.12.0
Terraform version
v1.9.5
Juju version
3.5.1
Terraform Configuration(s)
No response
Reproduce / Test
Debug/Panic Output
No response
Notes & References
No response