Skip to content

Commit

Permalink
Add terraform install to StopLocalStack
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Feb 7, 2025
1 parent da1bea7 commit df70847
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/stop-localstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Copy state
run: aws s3 cp s3://${{inputs.s3_integration_bucket}}/integration-test/local-stack-terraform-state/${{inputs.github_sha}}/terraform.tfstate .

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

- name: Verify Terraform version
run: terraform --version

Expand Down

0 comments on commit df70847

Please sign in to comment.