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
Please document how to specify that missing region!
The text was updated successfully, but these errors were encountered:
either use
$ AWS_SDK_LOAD_CONFIG=true cf-to-tf -s ...
$ AWS_REGION=us-east-1 cf-to-tf -s ...
I agree this should be in docs
Sorry, something went wrong.
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.
AWS_CONFIG_FILE
AWS_SDK_LOAD_CONFIG
No branches or pull requests
Please document how to specify that missing region!
The text was updated successfully, but these errors were encountered: