Skip to content

Instantly share code, notes, and snippets.

@manavskohli
Last active February 12, 2019 02:39
Show Gist options
  • Save manavskohli/efa7094eb0235a98a408d4501ee6679c to your computer and use it in GitHub Desktop.
Save manavskohli/efa7094eb0235a98a408d4501ee6679c to your computer and use it in GitHub Desktop.
Terraform Credentials
export AWS_ACCESS_KEY_ID="ACCESS_KEY"
export AWS_SECRET_ACCESS_KEY="SECRET"
export AWS_DEFAULT_REGION="REGION"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment