Control Terraform Infrastructure with Terragrunt | Online Free DevTools by Hexmos

Control Terraform infrastructure effortlessly with Terragrunt. Manage configurations, automate deployments, and keep arguments DRY. Free online tool, no registration required.

terragrunt

Keep your Terraform CLI arguments DRY. More information: https://terragrunt.gruntwork.io.

  • Generate and show an execution plan:

terragrunt plan

  • Build or change infrastructure:

terragrunt apply

  • Show current deployment (from state):

terragrunt show

  • Show module output values:

terragrunt output

  • Destroy Terraform-managed infrastructure:

terragrunt destroy

  • Build or change infrastructure from a tree of Terragrunt modules (stack):

terragrunt run-all apply