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

undisclosed action #17

Closed
liangrog opened this issue Oct 23, 2019 · 2 comments
Closed

undisclosed action #17

liangrog opened this issue Oct 23, 2019 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@liangrog
Copy link
Owner

(aws) [vagrant@lmw-c845182 amp]$ cfctl stack deploy --stack eks-sg-db --env dev --vault-password-file ~/vaultpassword -f poc-stacks.yaml
[ info ] found s3 bucket cfctl-amp-proteus-dev-templates
Error: template: 0ae50358-7b4a-45f8-baf9-4a00f89bb47e:9: unclosed action

Possible tag grouping bug?

@liangrog liangrog added the bug Something isn't working label Oct 23, 2019
@liangrog liangrog self-assigned this Oct 23, 2019
@liangrog
Copy link
Owner Author

looks like a go template bug.

using '{{}}', '{{}}' works but '{{}}, {{}}' doesn't work. very odd.

@liangrog liangrog added this to the v1.1.0 milestone Nov 1, 2019
@liangrog
Copy link
Owner Author

liangrog commented Nov 1, 2019

Not a bug. It's caused by go-yaml has a line length limit to 80. so when marshalling the yaml file, if single line is longer that that, it'll wrap it. hence this error. see go-yaml/yaml#348 for details. by using > or | works as expected. Will update doc.

@liangrog liangrog closed this as completed Nov 1, 2019
liangrog added a commit that referenced this issue Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant