Skip to content

Commit

Permalink
thursday u/d
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Nov 21, 2024
1 parent 19f0785 commit 1b871af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v2

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.0.0

- name: Echo AWS Access Key (Debug Step)
run: echo ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 1b871af

Please sign in to comment.