diff --git a/.github/workflows/cd-prod.yml b/.github/workflows/cd-prod.yml index 86b0cff8ef..06084ce560 100644 --- a/.github/workflows/cd-prod.yml +++ b/.github/workflows/cd-prod.yml @@ -122,7 +122,7 @@ jobs: - name: Terraform Init working-directory: ./apps/infra/deploy - run: terraform init + run: terraform init -upgrade # TODO: plan in the other job, and reuse the plan file - name: Terraform Plan diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c5eb36884..0fa60908d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20666,4 +20666,4 @@ snapshots: use-sync-external-store: 1.2.0(react@18.3.1) optionalDependencies: '@types/react': 18.3.1 - react: 18.3.1 + react: 18.3.1 \ No newline at end of file