Skip to content

Commit

Permalink
Merge pull request #139 from wata727/g3_instances
Browse files Browse the repository at this point in the history
Add G3 instances support
  • Loading branch information
wata727 committed Sep 26, 2017
2 parents 89bbba6 + a008671 commit 0dcc20c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions detector/aws_instance_invalid_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ func (d *AwsInstanceInvalidTypeDetector) PreProcess() {
"p2.16xlarge": true,
"g2.2xlarge": true,
"g2.8xlarge": true,
"g3.4xlarge": true,
"g3.8xlarge": true,
"g3.16xlarge": true,
"i2.xlarge": true,
"i2.2xlarge": true,
"i2.4xlarge": true,
Expand Down

0 comments on commit 0dcc20c

Please sign in to comment.