We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabb596 commit d9eb3e3Copy full SHA for d9eb3e3
1 file changed
.github/workflows/deploy.yml
@@ -52,8 +52,8 @@ jobs:
52
uses: gruntwork-io/terragrunt-action@v3
53
id: terragrunt_output
54
env:
55
- TERRAGRUNT_FORWARD_TF_STDOUT: 1
56
- TERRAGRUNT_NO_COLOR: 1
+ TG_TF_FORWARD_STDOUT: 1
+ TG_NO_COLOR: 1
57
with:
58
tg_dir: ${{ env.working_dir }}
59
tg_command: output
0 commit comments