Deployment Location Setting
klloyd-bell opened this issue · 0 comments
klloyd-bell commented
The default deployment location is hard-coded as US East 2 for Azure, which is not the best for everyone. Currently, the best workaround is to manually edit the Pulumi.yaml file in the scenario folders.
Can you include a flag option --location <location>
on the provision commands or have the ability to set a default location cnappgoat config location <location>
and use variables for the location values in the Pulumi.yaml?