diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 0425c8c80..2838e06db 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -224,6 +224,8 @@ jobs: terragrunt init -upgrade cd ../../data-store/cache terragrunt init -upgrade + cd ../../services/backend-infra + terragrunt init -upgrade - name: Deploy Backend working-directory: ./tofu/environments/prod/services/backend-service