We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b08f83 commit aa1c869Copy full SHA for aa1c869
1 file changed
.github/workflows/deploy.yml
@@ -27,19 +27,19 @@ jobs:
27
- name: Update Terraform State and Providers
28
uses: gruntwork-io/terragrunt-action@v3
29
with:
30
- tg_dir: ${{ github.workspace }}/terragrunt/live/website
+ tg_dir: terragrunt/live/website
31
tg_command: init --upgrade
32
33
- name: Terragrunt Plan
34
35
36
37
tg_command: plan
38
39
- name: Terragrunt Apply
40
41
42
43
tg_command: apply -auto-approve
44
45
- name: Terragrunt Output
0 commit comments