Skip to content

blackbird-cloud/terraform-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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