Skip to content

Commit

Permalink
Add r7g and m7g as new arm instances
Browse files Browse the repository at this point in the history
  • Loading branch information
nightfury1204 committed Mar 5, 2024
1 parent c8bdaf9 commit 4cd8fe7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions provider/aws/formation/rack.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,17 @@
""
]
},
{
"Fn::Equals": [
{
"Fn::Select": [
0,
{ "Fn::Split": ["r7g", { "Ref": "InstanceType" }] }
]
},
""
]
},
{
"Fn::Equals": [
{
Expand All @@ -81,6 +92,17 @@
""
]
},
{
"Fn::Equals": [
{
"Fn::Select": [
0,
{ "Fn::Split": ["m7g", { "Ref": "InstanceType" }] }
]
},
""
]
},
{
"Fn::Equals": [
{
Expand Down

0 comments on commit 4cd8fe7

Please sign in to comment.