Skip to content

Commit

Permalink
trying a check
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Nov 6, 2024
1 parent 23b12bd commit b44cef6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2
- name: Check AWS credentials
run: aws sts get-caller-identity

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
Expand All @@ -37,5 +39,5 @@ jobs:
working-directory: terraform

- name: Terraform Apply
run: terraform apply tfplan -auto-approve
run: terraform apply tfplan
working-directory: terraform

0 comments on commit b44cef6

Please sign in to comment.