6 min read

Terragrunt - Terraform Hooks

Automate your workflow by injecting custom scripts. We’ll use before_hook and after_hook to trigger actions like validation, code linting, or Slack notifications directly around your Terraform lifecycle events without wrappers.
Terragrunt - Terraform Hooks
Reader: Terragrunt Hooks

Reader Mode

-- / --

Introduction