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 2ce3973 commit 995c995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cloudformation-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: CloudFormation-Validation
- name: CloudFormation Template Validation
run: |
pip install awscli
pip install cfn-lint
aws cloudformation validate-template --template-body file://2-zone-vpc-cf-template.yml --region us-east-1
cfn-lint 2-zone-vpc-cf-template.yml
- name: CloudFormation Linter
run: cfn-lint 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 995c995

Please sign in to comment.