Skip to content

Commit 7154248

Browse files
authored
Add cache.c7gn node types (#593)
1 parent 49e63b4 commit 7154248

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rules/utils.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ var validElastiCacheNodeTypes = map[string]bool{
7777
"cache.r7g.8xlarge": true,
7878
"cache.r7g.12xlarge": true,
7979
"cache.r7g.16xlarge": true,
80+
"cache.c7gn.large": true,
81+
"cache.c7gn.xlarge": true,
8082
"cache.m1.small": true,
8183
"cache.m1.medium": true,
8284
"cache.m1.large": true,

0 commit comments

Comments
 (0)