Last active
March 1, 2019 20:00
-
-
Save flannon/a2f8ad0526a2efd55a4e3fa42abb5ba7 to your computer and use it in GitHub Desktop.
This file contains 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
pbpaste | base64 --decode | keybase pgp decrypt | |
or: | |
terraform state show terraform_remote_state.<state file name> | grep <secret access key output name> | awk '{ print $3 }' | base64 --decode | keybase pgp decrypt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment