Skip to content

Commit

Permalink
Merge pull request #8 from Samseppiol/master
Browse files Browse the repository at this point in the history
VPCZoneIdentifiers always an array
  • Loading branch information
Guslington committed Sep 30, 2020
2 parents c0ea41a + 03dd3eb commit ccf77f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-cluster.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
DesiredCapacity Ref('DesiredCapacity')
MinSize Ref('MinSize')
MaxSize Ref('MaxSize')
VPCZoneIdentifier FnSplit(',', Ref('SubnetIds'))
VPCZoneIdentifiers FnSplit(',', Ref('SubnetIds'))
LaunchTemplate({
LaunchTemplateId: Ref(:EksNodeLaunchTemplate),
Version: FnGetAtt(:EksNodeLaunchTemplate, :LatestVersionNumber)
Expand Down

0 comments on commit ccf77f1

Please sign in to comment.