gruntwork-io / terragrunt

Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
https://terragrunt.gruntwork.io/
MIT License
8.09k stars 981 forks source link

feat: Improving Error Message for Invalid Strict Controls #3479

Closed yhakbar closed 1 month ago

yhakbar commented 1 month ago

Description

Improves error message for invalid strict controls.

What the error looks like now:

$ terragrunt plan-all --strict-control plan-alls
14:08:35.531 ERROR  Invalid value(s) used for --strict-control.
Invalid value(s):
- plan-alls
Allowed value(s):
- plan-all
- apply-all
- destroy-all
- output-all
- validate-all
- spin-up
- tear-down

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Updated strict Package.