SUSE-Enceladus / suse-rancher-setup

Simple, usable web application for deploying complex applications to the cloud; wrapping cloud native SDK/CLIs
GNU General Public License v3.0
9 stars 1 forks source link

Explicitly set a region when loading AWS regions (bsc#1209066) #210

Closed bear454 closed 1 year ago

bear454 commented 1 year ago

AWS-CLI needs a region to load regions from ;-)

With the refactor of AWS::Cli onto Executable, the default region from AWS::Region wasn't being communicated. This is resolved by explicitly setting a default region onto the CLI instance in AWS::Region.