Joe Duffy
Joe Duffy
I expected that I could mark one of a dynamic resource provider's outputs as "secret", but doing so fails with a cryptic error: ``` error: Plan apply failed: Unexpected struct...
Examples such as https://github.com/pulumi/examples/blob/b2a63a2a9f640882d06f201e26049104e0af3326/aws-js-webserver/index.js#L11 reference an out of date AMI. This is just the JavaScript version but there are multiple aws-xx-webserver projects in this repo for different languages. This AMI...
I found the property `templateParameters` and corresponding type `TemplateParameters, to be awkwardly named: https://github.com/pulumi/pulumi-awsx/blob/27e8d976c2bb4e856937af90ad2633b6ad11e568/nodejs/awsx/autoscaling/autoscaling.ts#L386 I _think_ it's named this way because we happen to implement the auto-scaling group using a...