Skip to content

bug: properties that include special characters are not quoted in TS #619

Open
@comcalvi

Description

@comcalvi

Summary

TS can be emitted as:

   launchConfiguration.cfnOptions.metadata = {
      AWS::CloudFormation::Init: { // errors
        configSets: {
          MountConfig: [
            'setup',
            'mount',
          ],
        },

same steps #615, just change the type of AsgMaxSize from Number to String in the Parameters section of the template.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions