[bug] Qhub Azure deploy fails when remote state is activated #1082
Labels
area: terraform 💾
provider: Azure
status: in progress 🏗
This task is currently being worked on
type: bug 🐛
Something isn't working
Describe the bug
According to some recent intagration tests logs, it seems that qhub is trying to create two resource groups with the same name, resulting in the error below:
the error seems to be caused by the presence of another resource group created during
01-terraform-state
stage:The possible solution here would be
01
stage -- this might not be feasible depending on the reason it was in there02
stage to import the necessary resources to state usingdata
Expected behaviour
How to reproduce
terraform-state=remote
The text was updated successfully, but these errors were encountered: