From ed0e83253feb92129927ff8c2290b5bed03b4352 Mon Sep 17 00:00:00 2001 From: Michael Pond Date: Tue, 10 Sep 2024 11:38:31 -0400 Subject: [PATCH] turning on debugging --- .github/workflows/terragrunt_plan_dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terragrunt_plan_dev.yml b/.github/workflows/terragrunt_plan_dev.yml index 0b13a5b6b..d4970b809 100644 --- a/.github/workflows/terragrunt_plan_dev.yml +++ b/.github/workflows/terragrunt_plan_dev.yml @@ -211,7 +211,7 @@ jobs: run: | op read op://4eyyuwddp6w4vxlabrr2i2duxm/"TFVars - ${{env.ENVIRONMENT}}"/notesPlain > /var/tmp/${{env.ENVIRONMENT}}.tfvars cd env/${{env.ENVIRONMENT}}/dns - terragrunt plan --terragrunt-non-interactive + TF_LOG=DEBUG terragrunt plan --terragrunt-non-interactive terragrunt-plan-ses_validation_dns_entries: if: | @@ -287,7 +287,7 @@ jobs: run: | op read op://4eyyuwddp6w4vxlabrr2i2duxm/"TFVars - ${{env.ENVIRONMENT}}"/notesPlain > /var/tmp/${{env.ENVIRONMENT}}.tfvars cd env/${{env.ENVIRONMENT}}/eks - terragrunt plan --terragrunt-non-interactive + TF_LOG=DEBUG terragrunt plan --terragrunt-non-interactive terragrunt-plan-elasticache: if: |