Skip to content

Commit

Permalink
testing resource specification
Browse files Browse the repository at this point in the history
  • Loading branch information
omkhegde committed Jun 1, 2021
1 parent c27441c commit fb96638
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maintenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
python-version: 3
- run: |
pip install -e .
rm -rf src/cfnlint/data/DownloadsMetadata/*
cfn-lint --update-iam-policies
cfn-lint --update-documentation
# rm -rf src/cfnlint/data/DownloadsMetadata/*
# cfn-lint --update-iam-policies
# cfn-lint --update-documentation
scripts/update_specs_services_from_ssm.py
scripts/update_specs_from_pricing.py
# scripts/update_specs_from_pricing.py
cfn-lint --update-specs
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion src/cfnlint/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'eu-west-3': 'https://d2d0mfegowb3wk.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json',
'me-south-1': 'https://cfn-resource-specifications-me-south-1-prod.s3.me-south-1.amazonaws.com/latest/gzip/CloudFormationResourceSpecification.json',
'sa-east-1': 'https://d3c9jyj3w509b0.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json',
'us-east-1': 'https://d1uauaxba7bl26.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json',
'us-east-1': 'https://cfn-resource-specifications-us-east-1-staged-prod.s3.amazonaws.com/resource-specifications/CloudFormationResourceSpecification.json',
'us-east-2': 'https://dnwj8swjjbsbt.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json',
'us-gov-east-1': 'https://s3.us-gov-east-1.amazonaws.com/cfn-resource-specifications-us-gov-east-1-prod/latest/gzip/CloudFormationResourceSpecification.json',
'us-gov-west-1': 'https://s3.us-gov-west-1.amazonaws.com/cfn-resource-specifications-us-gov-west-1-prod/latest/gzip/CloudFormationResourceSpecification.json',
Expand Down

0 comments on commit fb96638

Please sign in to comment.