Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CloudFormation Resource Specification 20.3.0 (#1781)
* Update specs to 20.3.0
* Add auto generated files to gitignore
  • Loading branch information
kddejong committed Nov 16, 2020
1 parent 86b2f91 commit 447d00f
Show file tree
Hide file tree
Showing 69 changed files with 33,829 additions and 9,691 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -1,3 +1,7 @@
# Auto generated files for testing
test/fixtures/templates/bad/limit_numbers.yaml
test/fixtures/templates/bad/limit_size.yaml

# Local files for Build and Release
Dockerfile.local
create-release.sh
Expand Down
14 changes: 4 additions & 10 deletions docs/rules.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions scripts/update_specs_from_pricing.py
Expand Up @@ -49,6 +49,8 @@
'US West (Oregon)': 'us-west-2',
'US West (Los Angeles)': 'us-west-2',
'US West (Verizon) - San Francisco Bay Area': 'us-west-2',
'US East (Verizon) - Miami': 'us-east-1',
'US East (Verizon) - Dallas': 'us-east-1',
}

session = boto3.session.Session()
Expand Down

0 comments on commit 447d00f

Please sign in to comment.