Back to Terragrunt

Legacy All

docs/src/data/strict-controls/legacy-all.mdx

1.0.3771 B
Original Source

Status: Completed - The legacy *-all commands have been removed from Terragrunt.

This control was previously used to throw an error when using any of the legacy commands that were replaced by run-all. These commands have now been completely removed from Terragrunt as part of the deprecation schedule.

Previously controlled commands (now removed):

  • plan-all - Use terragrunt run --all plan instead
  • apply-all - Use terragrunt run --all apply instead
  • destroy-all - Use terragrunt run --all destroy instead
  • output-all - Use terragrunt run --all output instead
  • validate-all - Use terragrunt run --all validate instead
  • spin-up - Use terragrunt run --all apply instead
  • tear-down - Use terragrunt run --all destroy instead