We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5d07d commit 5cb687bCopy full SHA for 5cb687b
eks/ng/nodes.go
@@ -250,15 +250,15 @@ Resources:
250
- InstanceType: !Select [ 0, !Ref InstanceTypes ]
251
- Fn::If:
252
- Has2InstanceTypes
253
- - !Select [ 1, !Ref InstanceTypes ]
+ - InstanceType: !Select [ 1, !Ref InstanceTypes ]
254
- !Ref AWS::NoValue
255
256
- Has3InstanceTypes
257
- - !Select [ 2, !Ref InstanceTypes ]
+ - InstanceType: !Select [ 2, !Ref InstanceTypes ]
258
259
260
- Has4InstanceTypes
261
- - !Select [ 3, !Ref InstanceTypes ]
+ - InstanceType: !Select [ 3, !Ref InstanceTypes ]
262
263
HealthCheckType: EC2
264
HealthCheckGracePeriod: 300
0 commit comments