We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
us-east-1
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
AWS_REGION
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
Remove the hard coded region config and just allow the package to inherit from the environment variable.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This is a Bug Report
Description
Currently we are not able to set environment variables in any region other than
us-east-1
becauseus-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 tous-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
The text was updated successfully, but these errors were encountered: