We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0976b commit 9b08f83Copy full SHA for 9b08f83
1 file changed
.github/workflows/deploy.yml
@@ -27,17 +27,20 @@ jobs:
27
- name: Update Terraform State and Providers
28
uses: gruntwork-io/terragrunt-action@v3
29
with:
30
- tg_dir: $TG_WORKING_DIR
+ tg_dir: ${{ github.workspace }}/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
- run: terragrunt apply -auto-approve --chdir $TG_WORKING_DIR
+ uses: gruntwork-io/terragrunt-action@v3
41
+ with:
42
43
+ tg_command: apply -auto-approve
44
45
- name: Terragrunt Output
46
id: terraform
0 commit comments