ohmyzsh/plugins/terragrunt
2022-09-26 11:28:27 +01:00
..
_terragrunt feat(terragrunt): add tg alias & autocompletion 2022-09-26 11:28:27 +01:00
README.md feat(terragrunt): add tg alias & autocompletion 2022-09-26 11:28:27 +01:00
terragrunt.plugin.zsh feat(terragrunt): add tg alias & autocompletion 2022-09-26 11:28:27 +01:00

Terragrunt oh-my-zsh plugin

Plugin for Terragrunt, a thin wrapper over Terraform tool from Hashicorp for managing infrastructure safely and efficiently.

Current as of Terragrunt v0.19.16

Requirements

Usage

To use it, add terragrunt to the plugins array of your ~/.zshrc file:

plugins=(... terragrunt)
  • Type terragrunt into your prompt and hit TAB to see available completion options