Skip to content

Commit

Permalink
Merge pull request #15 from FloRul/dev
Browse files Browse the repository at this point in the history
Add Terraform Init step to infra-deploy workflow
  • Loading branch information
FloRul authored Feb 9, 2024
2 parents f774b0a + 1583c97 commit 8338720
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/infra-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- name: Terraform Init
id: init
run: terraform init -no-color -upgrade

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3

Expand Down

0 comments on commit 8338720

Please sign in to comment.