sparse-intern-71089
11/08/2019, 1:29 PMstocky-island-3676
11/08/2019, 1:50 PM@mypnm/infra-templates
& then use it with const siteA = new StaticSite()
.
All info you want to access of it just need to be public member of that class. If that info is only available after application, set them as a pulumi.Output<string>
,etc. Then you can export outputName = pulumi.apply(v => v)
. There are neat helper functions. See https://www.pulumi.com/docs/intro/concepts/programming-model/#outputscurved-ghost-20494
11/08/2019, 3:54 PM