All posts

    How to Use PGP to Encrypt Your Terraform Secrets

          7 min read        · ·

    If like me, you also use the terraform binary from your computer to describe and deploy the infrastructure of your projects, you might want to add an extra level of security. This extra level of security that I am referring to is encrypting your terraform secrets, both on-screen and in the terraform state files. Of course, the method I am going to describe in this article can be used for production-grade environments.