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 1b871af commit 10a34e8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v2 # More stable version

- name: Setup Terraform
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 }}
uses: hashicorp/setup-terraform@v3

- name: Verify AWS Secrets Presence (Debug Step)
run: |
Expand Down Expand Up @@ -56,7 +51,7 @@ jobs:
working-directory: terraform

- name: Wait for 4 minutes
run: sleep 240 # 300 seconds equals 5 minutes
run: sleep 240 # 240 seconds equals 4 minutes

- name: Destroy Terraform
run: terraform destroy -auto-approve
Expand Down

0 comments on commit 10a34e8

Please sign in to comment.