Skip to content

Commit

Permalink
fixing a typo for file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nethacker committed May 24, 2024
1 parent 9c0e24b commit 833072e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloudformation-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: CloudFormation Template Validation
run: |
pip install awscli
aws cloudformation validate-template --template-body file://aws-elb-to-ec2-target-group-cf-template.yml --region us-east-1
aws cloudformation validate-template --template-body file://elb-to-ec2-target-group-cf-template.yml --region us-east-1
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: CloudFormation Linter
run: |
pip install cfn-lint
cfn-lint -I aws-elb-to-ec2-target-group-cf-template.yml
cfn-lint -I elb-to-ec2-target-group-cf-template.yml

0 comments on commit 833072e

Please sign in to comment.