Skip to content

Commit

Permalink
Merge pull request #906 from inhogog2/main
Browse files Browse the repository at this point in the history
Update eks.yaml
  • Loading branch information
backguynn authored Dec 18, 2024
2 parents 94f30a7 + 994756f commit b803f20
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,15 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}


# Setup terraform commands
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3

# Version check of the terraform
- name: Terraform version
run: terraform version

# Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
- name: Terraform Init
run: terraform init
Expand Down

0 comments on commit b803f20

Please sign in to comment.