Skip to content

Commit 479e249

Browse files
authored
Add missing t4g ElastiCache node types (#211)
Co-authored-by: Alexandre Amado <[email protected]>
1 parent cae28a3 commit 479e249

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rules/aws_elasticache_cluster_invalid_type.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ func NewAwsElastiCacheClusterInvalidTypeRule() *AwsElastiCacheClusterInvalidType
2727
"cache.t3.micro": true,
2828
"cache.t3.small": true,
2929
"cache.t3.medium": true,
30+
"cache.t4g.micro": true,
31+
"cache.t4g.small": true,
32+
"cache.t4g.medium": true,
3033
"cache.m3.medium": true,
3134
"cache.m3.large": true,
3235
"cache.m3.xlarge": true,

0 commit comments

Comments
 (0)