Skip to content

Commit 9c0976b

Browse files
committed
test
1 parent afba853 commit 9c0976b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ jobs:
2727
- name: Update Terraform State and Providers
2828
uses: gruntwork-io/terragrunt-action@v3
2929
with:
30-
tg_dir: "${TG_WORKING_DIR}"
30+
tg_dir: $TG_WORKING_DIR
3131
tg_command: init --upgrade
3232

3333
- name: Terragrunt Plan
34-
run: terragrunt plan --chdir $TG_WORKING_DIR
34+
uses: gruntwork-io/terragrunt-action@v3
35+
with:
36+
tg_dir: $TG_WORKING_DIR
37+
tg_command: plan
3538

3639
- name: Terragrunt Apply
3740
run: terragrunt apply -auto-approve --chdir $TG_WORKING_DIR

0 commit comments

Comments
 (0)