Skip to content

Commit

Permalink
Add m8g instances to UsingArmInstances
Browse files Browse the repository at this point in the history
  • Loading branch information
wgrrrr authored Oct 3, 2024
1 parent 26d8fe4 commit fd1ff17
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 fd1ff17

Please sign in to comment.