Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Region hard coded to us-east-1 #171

Open
Danwakeem opened this issue Sep 3, 2021 · 0 comments
Open

Region hard coded to us-east-1 #171

Danwakeem opened this issue Sep 3, 2021 · 0 comments

Comments

@Danwakeem
Copy link

This is a Bug Report

Description

Currently we are not able to set environment variables in any region other than us-east-1 because us-east-1 is hard coded in a few places.

  • What went wrong?
    I am trying to put custom environment variables outside of us-east-1

  • What did you expect should have happened?
    I expected the environment variables to be set in the region specified by my environment variables.

  • What was the config you used?
    I have AWS_REGION set to us-east-2

  • What stacktrace or error message from your provider did you see?
    I saw my environment variables get populated in us-east-1

Proposed Solution

Remove the hard coded region config and just allow the package to inherit from the environment variable.

Additional Data

@Danwakeem Danwakeem mentioned this issue Sep 3, 2021
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant