Skip to content

Commit

Permalink
Update cloudformation-validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nethacker authored May 23, 2024
1 parent 303ae9b commit 5b63445
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cloudformation-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: CloudFormation-Validation
run: |
pip install awscli
pip install yamllint
aws cloudformation validate-template --template-body file://2-zone-vpc-cf-template.yml --region us-east-1
yamllint 2-zone-vpc-cf-template.yml
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 5b63445

Please sign in to comment.