Created
December 31, 2019 18:48
-
-
Save arashkaffamanesh/572498a24fc7e7c2466df0aa22168655 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export TF_VAR_TOKEN_KEY=<rancher bearer token> | |
export TF_VAR_AWS_ACCESS_KEY_ID=xxxxxxxxxx | |
export TF_VAR_AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | |
export TF_VAR_AWS_DEFAULT_REGION=eu-central-1 | |
export AWS_DEFAULT_REGION=eu-central-1 | |
export AWS_ACCESS_KEY_ID=xxxxxxxxxx | |
export AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment