Skip to content

Commit 987b870

Browse files
authored
fix: correct update terraform providers (#235)
1 parent f2f783b commit 987b870

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
terragrunt-version: 0.86.0
3939
token: ${{ secrets.GITHUB_TOKEN }}
4040

41-
- name: Upgrade Provider
41+
- name: Update Terraform State and Providers
4242
run: |
43-
echo "Upgrading AWS provider..."
44-
terragrunt init --chdir $TG_WORKING_DIR --upgrade
43+
cd "$TG_WORKING_DIR"
44+
terragrunt init --upgrade
4545
4646
- name: Terragrunt Plan
4747
run: terragrunt plan --chdir $TG_WORKING_DIR

0 commit comments

Comments
 (0)