cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

Be more lenient about types for Export #2114

Closed estheruary closed 1 year ago

estheruary commented 1 year ago

My use case is something like

  t.add_output([
    Output(
      ...,
      Export=Export(Join(":", ["some", "stuff"]))
    )
  ])
markpeek commented 1 year ago

Thank you for the PR!