Skip to content

Commit

Permalink
Merge pull request aws-cloudformation#1021 from PatMyron/patch-1
Browse files Browse the repository at this point in the history
Adding availability zones
  • Loading branch information
kddejong authored Jul 12, 2019
2 parents 1663ba0 + 8676ffa commit da6e654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cfnlint/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
'us-east-1a', 'us-east-1b', 'us-east-1c', 'us-east-1d', 'us-east-1e', 'us-east-1f',
'us-east-2a', 'us-east-2b', 'us-east-2c',
'us-west-1a', 'us-west-1b', 'us-west-1c',
'us-west-2a', 'us-west-2b', 'us-west-2c',
'us-west-2a', 'us-west-2b', 'us-west-2c', 'us-west-2d',
'ca-central-1a', 'ca-central-1b',
'sa-east-1a', 'sa-east-1b', 'sa-east-1c',
'eu-west-1a', 'eu-west-1b', 'eu-west-1c',
Expand All @@ -61,11 +61,11 @@
'eu-central-1a', 'eu-central-1b', 'eu-central-1c',
'eu-central-2a', 'eu-central-2b', 'eu-central-2c',
'ap-northeast-1a', 'ap-northeast-1b', 'ap-northeast-1c', 'ap-northeast-1d',
'ap-northeast-2a', 'ap-northeast-2b',
'ap-northeast-2a', 'ap-northeast-2b', 'ap-northeast-2c',
'ap-northeast-3a',
'ap-southeast-1a', 'ap-southeast-1b', 'ap-southeast-1c',
'ap-southeast-2a', 'ap-southeast-2b', 'ap-southeast-2c',
'ap-south-1a', 'ap-south-1b',
'ap-south-1a', 'ap-south-1b', 'ap-south-1c',
'cn-north-1a', 'cn-north-1b',
'eu-west-3a', 'eu-west-3b', 'eu-west-3c',
'ap-northeast-3a',
Expand Down

0 comments on commit da6e654

Please sign in to comment.