Hi, I am evaluating terraspaces deploy to multiple region functionality and it doesnt seem to let me switch region.
I first set my defaults to northeurope and deployed and that worked fine, i then attempted to change to westeurope. As per the guide i ran the az cli commands to set the region
az configure --defaults location=westeurope
I confirmed that it was set in my defaults
az configure --list-defaults
Then i ran
terraspace up demo
it built for northeurope
I then created a new terraspace project to see if there was some kind of persistance in teh project and it still sticks with northeurope.
It appears that its maintaining some cache where by the az settings are being stored in memory.
Hi, I am evaluating terraspaces deploy to multiple region functionality and it doesnt seem to let me switch region.
I first set my defaults to northeurope and deployed and that worked fine, i then attempted to change to westeurope. As per the guide i ran the az cli commands to set the region
az configure --defaults location=westeurope
I confirmed that it was set in my defaultsaz configure --list-defaults
Then i ran terraspace up demo
it built for northeurope
I then created a new terraspace project to see if there was some kind of persistance in teh project and it still sticks with northeurope.
It appears that its maintaining some cache where by the az settings are being stored in memory.