Skip to content

Commit

Permalink
Add instance type for aws_db_instance_invalid_type
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Nov 12, 2017
1 parent 556bca4 commit ce39d80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions detector/aws_db_instance_invalid_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ func (d *AwsDBInstanceInvalidTypeDetector) PreProcess() {
"db.m3.large": true,
"db.m3.xlarge": true,
"db.m3.2xlarge": true,
"db.r4.large": true,
"db.r4.xlarge": true,
"db.r4.2xlarge": true,
"db.r4.4xlarge": true,
"db.r4.8xlarge": true,
"db.r4.16xlarge": true,
"db.r3.large": true,
"db.r3.xlarge": true,
"db.r3.2xlarge": true,
Expand Down

0 comments on commit ce39d80

Please sign in to comment.