Skip to content

Commit

Permalink
[#3539] Add c7g family to arm instance type
Browse files Browse the repository at this point in the history
New c7g is ARM type
  • Loading branch information
Twsouza committed May 25, 2022
1 parent 0068d47 commit 99cc0dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions provider/aws/formation/rack.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,17 @@
""
]
},
{
"Fn::Equals": [
{
"Fn::Select": [
0,
{ "Fn::Split": ["c7g", { "Ref": "InstanceType" }] }
]
},
""
]
},
{
"Fn::Equals": [
{
Expand Down

0 comments on commit 99cc0dc

Please sign in to comment.