Skip to content
New issue

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

Yaml isues on guidance-stack.yml #9

Open
YecineA opened this issue Nov 28, 2024 · 0 comments
Open

Yaml isues on guidance-stack.yml #9

YecineA opened this issue Nov 28, 2024 · 0 comments

Comments

@YecineA
Copy link

YecineA commented Nov 28, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant