Skip to content

Commit

Permalink
Merge pull request #563 from BrunoChauvet/update/elasticache-types
Browse files Browse the repository at this point in the history
Add elasticache support for t3 family
  • Loading branch information
wata727 committed Dec 27, 2019
2 parents b0f55fb + a523fe4 commit 235624b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rules/awsrules/aws_elasticache_cluster_invalid_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ func NewAwsElastiCacheClusterInvalidTypeRule() *AwsElastiCacheClusterInvalidType
"cache.t2.micro": true,
"cache.t2.small": true,
"cache.t2.medium": true,
"cache.t3.micro": true,
"cache.t3.small": true,
"cache.t3.medium": true,
"cache.m3.medium": true,
"cache.m3.large": true,
"cache.m3.xlarge": true,
Expand Down

0 comments on commit 235624b

Please sign in to comment.