Skip to content

Commit

Permalink
eks/ng/nodes.go: fix indentation for ImageIDSSMParameter (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaochn47 authored Jan 28, 2021
1 parent 43735a9 commit facd175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eks/ng/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ Parameters:
Type: String
Default: ""
Description: Specify your own custom image ID. This value overrides any AWS Systems Manager Parameter Store value specified above.{{ end }}{{ if ne .ImageIDSSMParameter "" }} ImageIDSSMParameter:
Type: AWS::SSM::Parameter::Value<AWS::EC2::Image::Id>
Default: /aws/service/eks/optimized-ami/1.18/amazon-linux-2/recommended/image_id
Description: AWS Systems Manager Parameter Store parameter of the AMI ID for the worker node instances.{{ end }}
Type: AWS::SSM::Parameter::Value<AWS::EC2::Image::Id>
Default: /aws/service/eks/optimized-ami/1.18/amazon-linux-2/recommended/image_id
Description: AWS Systems Manager Parameter Store parameter of the AMI ID for the worker node instances.{{ end }}
InstanceTypes:
Type: CommaDelimitedList
Expand Down

0 comments on commit facd175

Please sign in to comment.