Skip to content

Commit

Permalink
Merge pull request #1381 from wgrrrr/add-m8g
Browse files Browse the repository at this point in the history
Add m8g instances to UsingArmInstances
  • Loading branch information
DrJosh9000 authored Oct 6, 2024
2 parents 26d8fe4 + fd1ff17 commit eb59528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/aws-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ Conditions:
- !Equals [ !Select [ 0, !Split [ ".", !Ref InstanceTypes ] ], "m6gd" ]
- !Equals [ !Select [ 0, !Split [ ".", !Ref InstanceTypes ] ], "m7g" ]
- !Equals [ !Select [ 0, !Split [ ".", !Ref InstanceTypes ] ], "m7gd" ]
- !Equals [ !Select [ 0, !Split [ ".", !Ref InstanceTypes ] ], "m8g" ]
- !Or
- !Equals [ !Select [ 0, !Split [ ".", !Ref InstanceTypes ] ], "r6g" ]
- !Equals [ !Select [ 0, !Split [ ".", !Ref InstanceTypes ] ], "r6gd" ]
Expand Down

0 comments on commit eb59528

Please sign in to comment.