cfn-pyplates icon indicating copy to clipboard operation
cfn-pyplates copied to clipboard

Support exporting output values for cross-stack refrences

Open rogerfc opened this issue 8 years ago • 1 comments

I have not been able to export the output values of a template, as described in http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/outputs-section-structure.html

I aim to get an ouptut section similar to

"Outputs" : {
  "Logical ID" : {
    "Description" : "Information about the value",
    "Value" : "Value to return",
    "Export" : {
      "Name" : "Value to export"
    }
  }
}

Looking at the code, it does not look possible.

Please add this option so we can make cross-stack references.

rogerfc avatar Jan 14 '17 16:01 rogerfc

I propose a pull request to fix missing export.

eric-herve avatar Mar 20 '18 16:03 eric-herve