Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-12828

semicolon parameter separator for cloudformation

XMLWordPrintable

      Currently the parameter list is comma delimited and therefore does not support CommaDelimitedList type parameter values. To fix this the semicolon delimiter can be added as the primary delimiter. The cfn-create-stack command line application uses the semicolon as its parameter separator:

      param1=value1;param2=value2;param3=list1,list2,list3,list4;param5=value5
      

            edovale edovale
            mattfair Matt Fair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: