Skip to content

Commit

Permalink
Merge pull request #107 from wata727/f1_instance
Browse files Browse the repository at this point in the history
Support F1 instances
  • Loading branch information
wata727 committed Apr 23, 2017
2 parents 4d4783a + ab737f1 commit 32900c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions detector/aws_instance_invalid_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ func (d *AwsInstanceInvalidTypeDetector) PreProcess() {
"i3.4xlarge": true,
"i3.8xlarge": true,
"i3.16xlarge": true,
"f1.2xlarge": true,
"f1.16xlarge": true,
}
}

Expand Down

0 comments on commit 32900c7

Please sign in to comment.