Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 485 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 485 Bytes

BlackBird Cloud Terraform Toolkits

Base docker image for infrastructure deployments on CI, contains both tfenv and tgenv

Usage

On Gitlab CI

deploy:
  image: blackbirdcloud/terraform-toolkit:latest
  stage: deploy
  script:
  - source ~/.env
  - terragrunt init
  - terragrunt apply

Troubleshoot

Exit code 126

This is caused by tgenv pointing to the terraform shim instead of binary, make sure to do source ~/.env before any terragrunt action