Closed yhakbar closed 2 months ago
Automatically enable terragrunt-forward-tf-stdout for version command.
terragrunt-forward-tf-stdout
version
Users might programmatically parse the output of the command, and it's not super helpful here.
Run terragrunt version:
terragrunt version
$ terragrunt version 2>/dev/null 16:54:03.619 STDOUT tofu: OpenTofu v1.6.2 16:54:03.619 STDOUT tofu: on darwin_arm64 16:54:03.619 STDOUT tofu: + provider registry.opentofu.org/hashicorp/aws v5.57.0 16:54:03.619 STDOUT tofu: + provider registry.opentofu.org/hashicorp/helm v2.5.1 16:54:03.619 STDOUT tofu: + provider registry.opentofu.org/hashicorp/tls v4.0.5
Log enrichment doesn't happen for the version command, just like it doesn't for the output command.
output
Resolved in v0.67.5 release.
Describe the bug
Automatically enable
terragrunt-forward-tf-stdout
forversion
command.Users might programmatically parse the output of the command, and it's not super helpful here.
Steps To Reproduce
Run
terragrunt version
:Expected behavior
Log enrichment doesn't happen for the
version
command, just like it doesn't for theoutput
command.Nice to haves
Versions