damp-accountant-65956
10/06/2021, 6:31 PMctx.Export()
to export an array of values? Like I am creating a VPC and then an arbitrary number of subnets and I want to export each subnet's ARN, ID and name so I was trying to export an array of maps but I can't quite figure out how to cast things to outputs properly and use apply... just wondering if there were any examples I could look at?mammoth-honey-6147
10/12/2021, 5:45 PMstruct
and output thatred-match-15116
10/12/2021, 6:22 PMctx.Export
a pulumi.Map
or pulumi.Array
mammoth-honey-6147
10/12/2021, 6:42 PM