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

Missing required but undoc'd config step results in "Missing region in config" #19

Open
rulatir opened this issue Feb 28, 2020 · 2 comments

Comments

@rulatir
Copy link

rulatir commented Feb 28, 2020

Please document how to specify that missing region!

@tmeinlschmidt
Copy link

either use

  • $ AWS_SDK_LOAD_CONFIG=true cf-to-tf -s ... if you have ~/.aws/config and ~/.aws/credentials or
  • $ AWS_REGION=us-east-1 cf-to-tf -s ... to specify region directly

I agree this should be in docs

@antoinethebuilder
Copy link

Personally, the only way I could make it work was by setting the environment variables:

export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
export AWS_DEFAULT_REGION=

Setting AWS_CONFIG_FILE and AWS_SDK_LOAD_CONFIG was not helping on my side.

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

No branches or pull requests

3 participants