Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Terragrunt Apply HereNew to Visual Studio Code? Get it now.
Terragrunt Apply Here

Terragrunt Apply Here

arzeo

| (0) | Free
Right-click a file or folder to run terragrunt apply at that location.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Terragrunt Apply Here

A VSCode extension that adds a Terragrunt submenu to the file explorer right-click menu. It opens a new terminal and runs a terragrunt apply variant in the selected location.

Behaviour

Right-click a file (.hcl or .tf) or a folder → hover Terragrunt to reveal seven options:

Menu item Command run
Apply terragrunt apply
Apply (source update) terragrunt apply --source-update
Apply (auto approve) terragrunt apply --auto-approve
Run all (apply) terragrunt run --all apply
Plan terragrunt plan
Run all (plan) terragrunt run --all plan
Destroy terragrunt destroy
  • A file runs in its parent directory; a folder runs in that folder.
  • Apply and Apply (source update) are interactive — you confirm yes/no in the terminal. Apply (auto approve) skips the confirmation.
  • Run all (apply) applies every Terragrunt unit found below the target directory, in dependency order.
  • Each invocation opens a fresh terminal named Terragrunt.

Develop

npm install
npm run compile
npm test

Press F5 to launch the Extension Development Host and try the menu item.

Install locally

npm run package        # produces terragrunt-apply-<version>.vsix
code --install-extension terragrunt-apply-0.1.0.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft