quintilesims / layer0

Build, Manage, and Deploy Your Applications
Apache License 2.0
44 stars 20 forks source link

Configure l0-setup to use supported AWS regions #452

Closed diemonster closed 6 years ago

diemonster commented 6 years ago

l0-setup successfully creates resources in us-west-2 without an issue, but in other regions, such as us-west-1 and us-east-1, it fails. We should ensure that l0-setup can provision in any of our supported regions.

First thought is that we should be using terraform's data sources for more things than we are currently.