Skip to content

Commit

Permalink
ci: fix terraform action
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviotech committed May 9, 2023
1 parent 3f53c9a commit e852925
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
role-session-name: samplerolesession
aws-region: ${{ env.AWS_REGION }}

- uses: hashicorp/setup-terraform@v2

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
working-directory: deployments/terraform
run: terraform init

Expand Down

0 comments on commit e852925

Please sign in to comment.