damp-accountant-65956
10/04/2021, 10:51 PMerror: program failed: waiting for RPCs: rpc error: code = Unknown desc = marshaling properties: awaiting input property vpc: cannot marshal an input of type pulumi.StringOutput with element type string as a value of type pulumi.StringOutput
... if I flatten the struct and just return StringOutput
types, i can make it work but if i try and nest a struct, i'm missing something...the standardEnvironment.go
file is in my component resource and main.go
is from the main package where I'm running the CLI
Any help / guidance here is appreciated!!billowy-army-68599
damp-accountant-65956
10/05/2021, 1:47 AMbillowy-army-68599
damp-accountant-65956
10/05/2021, 2:04 AMbillowy-army-68599
pulumi up --logtostderr -v=9