Base docker image for infrastructure deployments on CI, contains both tfenv
and tgenv
deploy:
image: blackbirdcloud/terraform-toolkit:latest
stage: deploy
script:
- source ~/.env
- terragrunt init
- terragrunt apply
This is caused by tgenv pointing to the terraform shim instead of binary, make sure to do source ~/.env
before any terragrunt action