From 1f421967a5a17a5d4dfb28fbb79a030d3e82cd51 Mon Sep 17 00:00:00 2001 From: Samseppiol Date: Thu, 30 Jan 2020 11:11:30 +1100 Subject: [PATCH] Remove requirement for parameter to be keypair to fix error when not supplying key --- eks-cluster.cfhighlander.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eks-cluster.cfhighlander.rb b/eks-cluster.cfhighlander.rb index 32ea9a3..4c6b040 100644 --- a/eks-cluster.cfhighlander.rb +++ b/eks-cluster.cfhighlander.rb @@ -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'