Skip to content

Instantly share code, notes, and snippets.

@CodigoMatriz
Created August 26, 2021 00:09
Show Gist options
  • Save CodigoMatriz/01988d63f45df9cd0951e337f49dfed9 to your computer and use it in GitHub Desktop.
Save CodigoMatriz/01988d63f45df9cd0951e337f49dfed9 to your computer and use it in GitHub Desktop.
[Decrypt PGP encrypted IAM access key secret] #terraform
echo "{ENCRYPTED_SECRET}" | base64 --decode | gpg --decrypt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment