Skip to content

Commit

Permalink
Merge pull request #4 from Samseppiol/master
Browse files Browse the repository at this point in the history
Remove requirement for parameter to be keypair to fix error when not supplying key
  • Loading branch information
Guslington authored Jan 30, 2020
2 parents 2c38f3f + 1f42196 commit 95035a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-cluster.cfhighlander.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ComponentParam 'VPCId', isGlobal: true, type: 'AWS::EC2::VPC::Id'
ComponentParam 'SubnetIds'
ComponentParam 'BootstrapArguments'
ComponentParam 'KeyName', type: 'AWS::EC2::KeyPair::KeyName'
ComponentParam 'KeyName'
ComponentParam 'ImageId', type: 'AWS::EC2::Image::Id'

ComponentParam 'InstanceType'
Expand Down

0 comments on commit 95035a5

Please sign in to comment.