Replies: 1 comment
-
you can bake your own docker image using atlantis as a base image. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use to encrypt our
terraform.tfvars
with sensitive data using GPG. But in Atlantis, thegpg
command is not available so we cannot decryptterraform.tfvars
files.As a workaround, I set env vars
TF_VARS_xxx
with variables fromterraform.tfvars
. But having a lot of repos to manage, it becomes complicated to maintain this workaround (every time aterraform.tfvars
is modified, we have to update the Atlantis deployment to reflect it in env vars..)gpg
cmd to the Atlantis image so we can use a custom workflow to decrypt it?Beta Was this translation helpful? Give feedback.
All reactions