Created
July 23, 2019 04:53
-
-
Save igordcsouza/2bfe42fb7383eb78b17d00d338275bc2 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
alias terraform='docker run -it -v $(pwd):/app/ -v /home/$(id -un)/.ssh:/.ssh -v /home/$(id -un)/.gitconfig:/etc/gitconfig -v /home/$(id -un)/.ssh/:/root/.ssh/ -v /home/$(id -un)/tf-modules/:/app/tf-modules/ -w /app/ -e AWS_ACCESS_KEY_ID=$MY_AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$MY_AWS_SECRET_ACCESS_KEY hashicorp/terraform:0.12.4' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment