Skip to content

Commit

Permalink
Fixing a few issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Feb 11, 2021
1 parent 46ce4d9 commit 1a3e7f3
Show file tree
Hide file tree
Showing 61 changed files with 50,227 additions and 106,557 deletions.
2 changes: 1 addition & 1 deletion scripts/update_specs_from_pricing.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def main():

outputs = update_outputs('Ec2InstanceType', get_results('AmazonEC2', ['Compute Instance', 'Compute Instance (bare metal)']), outputs)
outputs = update_outputs('AWS::AmazonMQ::Broker.HostInstanceType', get_mq_pricing(), outputs)
outputs = update_outputs('RdsInstanceType', get_rds_pricing(), outputs)
outputs = update_outputs('AWS::RDS::DBInstance.DBInstanceClass', get_rds_pricing(), outputs)
outputs = update_outputs('RedshiftInstanceType', get_results('AmazonRedshift', ['Compute Instance']), outputs)
outputs = update_outputs('DAXInstanceType', get_dax_pricing(), outputs)
outputs = update_outputs('DocumentDBInstanceClass', get_results('AmazonDocDB', ['Database Instance']), outputs)
Expand Down
6,778 changes: 1,088 additions & 5,690 deletions src/cfnlint/data/CloudSpecs/af-south-1.json

Large diffs are not rendered by default.

6,696 changes: 1,593 additions & 5,103 deletions src/cfnlint/data/CloudSpecs/ap-east-1.json

Large diffs are not rendered by default.

5,589 changes: 2,438 additions & 3,151 deletions src/cfnlint/data/CloudSpecs/ap-northeast-1.json

Large diffs are not rendered by default.

5,735 changes: 2,259 additions & 3,476 deletions src/cfnlint/data/CloudSpecs/ap-northeast-2.json

Large diffs are not rendered by default.

9,858 changes: 1,636 additions & 8,222 deletions src/cfnlint/data/CloudSpecs/ap-northeast-3.json

Large diffs are not rendered by default.

5,667 changes: 2,259 additions & 3,408 deletions src/cfnlint/data/CloudSpecs/ap-south-1.json

Large diffs are not rendered by default.

5,528 changes: 2,506 additions & 3,022 deletions src/cfnlint/data/CloudSpecs/ap-southeast-1.json

Large diffs are not rendered by default.

5,346 changes: 3,025 additions & 2,321 deletions src/cfnlint/data/CloudSpecs/ap-southeast-2.json

Large diffs are not rendered by default.

5,824 changes: 2,084 additions & 3,740 deletions src/cfnlint/data/CloudSpecs/ca-central-1.json

Large diffs are not rendered by default.

7,301 changes: 865 additions & 6,436 deletions src/cfnlint/data/CloudSpecs/cn-north-1.json

Large diffs are not rendered by default.

7,355 changes: 870 additions & 6,485 deletions src/cfnlint/data/CloudSpecs/cn-northwest-1.json

Large diffs are not rendered by default.

5,499 changes: 2,526 additions & 2,973 deletions src/cfnlint/data/CloudSpecs/eu-central-1.json

Large diffs are not rendered by default.

5,803 changes: 1,498 additions & 4,305 deletions src/cfnlint/data/CloudSpecs/eu-north-1.json

Large diffs are not rendered by default.

6,816 changes: 1,077 additions & 5,739 deletions src/cfnlint/data/CloudSpecs/eu-south-1.json

Large diffs are not rendered by default.

5,358 changes: 3,165 additions & 2,193 deletions src/cfnlint/data/CloudSpecs/eu-west-1.json

Large diffs are not rendered by default.

5,603 changes: 2,325 additions & 3,278 deletions src/cfnlint/data/CloudSpecs/eu-west-2.json

Large diffs are not rendered by default.

6,723 changes: 2,411 additions & 4,312 deletions src/cfnlint/data/CloudSpecs/eu-west-3.json

Large diffs are not rendered by default.

6,747 changes: 1,545 additions & 5,202 deletions src/cfnlint/data/CloudSpecs/me-south-1.json

Large diffs are not rendered by default.

5,805 changes: 2,205 additions & 3,600 deletions src/cfnlint/data/CloudSpecs/sa-east-1.json

Large diffs are not rendered by default.

5,375 changes: 3,208 additions & 2,167 deletions src/cfnlint/data/CloudSpecs/us-east-1.json

Large diffs are not rendered by default.

5,657 changes: 2,326 additions & 3,331 deletions src/cfnlint/data/CloudSpecs/us-east-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 1a3e7f3

Please sign in to comment.