Skip to content

Commit

Permalink
Fixed region bug in create.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Macr0Nerd committed Feb 8, 2024
1 parent 98a738c commit ac432c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/forge/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,11 @@ def create(config):
"""
sys.excepthook = destroy_hook

profile = config.get('aws_profile')
region = config.get('region')

set_boto_session(region, profile)

service = config.get('service')
task_list = ['single']

Expand Down

0 comments on commit ac432c3

Please sign in to comment.