We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, Tried to load the guidance-stack.yml CFN, got an error message on line 108, col 42 :
Template format error Follow the standard JSON or YAML spec to format your template.Learn more Parser error
missed comma between flow collection entries (108:41)
105 | ... etName: !Sub 106 | ... lattice-ingress-codepipeline-${AWS::Region}-${AWS::AccountId} ... 107 | ... RandomizedValue: 108 | ... Fn::Select: [0, Fn::Split: [-, Fn::Select: [2, Fn::Split: [ ... ------------------------------------------^ 109 | ... ssControl: Private 110 | ...
by
BucketName: !Sub - lattice-ingress-codepipeline-${AWS::Region}-${AWS::AccountId}-${RandomizedValue} - RandomizedValue: !Select - 0 - !Split - '-' - !Select - 2 - !Split - '/' - !Ref AWS::StackId
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Tried to load the guidance-stack.yml CFN, got an error message on line 108, col 42 :
Template format error
Follow the standard JSON or YAML spec to format your template.Learn more
Parser error
missed comma between flow collection entries (108:41)
105 | ... etName: !Sub
106 | ... lattice-ingress-codepipeline-${AWS::Region}-${AWS::AccountId} ...
107 | ... RandomizedValue:
108 | ... Fn::Select: [0, Fn::Split: [-, Fn::Select: [2, Fn::Split: [ ...
------------------------------------------^
109 | ... ssControl: Private
110 | ...
by
The text was updated successfully, but these errors were encountered: