additionalRuncmdLines not padded correctly (missing 4 spaces) #568
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/bug
Some behavior is incorrect or out of spec
Looks like the
collapseLines
helper function was designed for additionalBootcmdLines (which have 12 spaces of padding), not additionalRuncmdLines, which requires 16 spaces of padding for the YAML to work.pulumi-awsx/nodejs/awsx/autoscaling/launchConfiguration.ts
Line 206 in 5dab49f
I had to manually add those 4 spaces to get it to work, e.g.
As a side note, it'd be really nice if
extraRuncmdLines
could return a multi-line string (likeuserData
), but I realize this API is probably not used by many people, and appreciate that it is there at all!The text was updated successfully, but these errors were encountered: