We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1c869 commit 17b6602Copy full SHA for 17b6602
1 file changed
.github/workflows/deploy.yml
@@ -26,20 +26,26 @@ jobs:
26
27
- name: Update Terraform State and Providers
28
uses: gruntwork-io/terragrunt-action@v3
29
+ env:
30
+ TF_LOG: DEBUG
31
+ INPUT_PRE_EXEC_1: |
32
+ echo "Current directory: $(pwd)"
33
+ ls -la
34
+ git status
35
with:
- tg_dir: terragrunt/live/website
36
+ tg_dir: ./terragrunt/live/website
37
tg_command: init --upgrade
38
39
- name: Terragrunt Plan
40
41
42
43
tg_command: plan
44
45
- name: Terragrunt Apply
46
47
48
49
tg_command: apply -auto-approve
50
51
- name: Terragrunt Output
0 commit comments