You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the AWS providers require the region to be specified in the configuration.
We deploy the same app to multiple regions, and it would be great if the region were read from $AWS_REGION rather than being hard-coded.
IIUC, fnox currently requires me to define a provider per region (via a profile), and a list of secrets per profile.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
Currently, the AWS providers require the
regionto be specified in the configuration.We deploy the same app to multiple regions, and it would be great if the region were read from
$AWS_REGIONrather than being hard-coded.IIUC, fnox currently requires me to define a provider per region (via a profile), and a list of secrets per profile.
All reactions