cuddly-flower-91328
10/25/2023, 8:43 PM[]string
from an output? Getting this error:
cannot convert vpce.VpcEndpoint.NetworkInterfaceIds (variable of type pulumi.StringArrayOutput) to type pulumi.StringArray
echoing-dinner-19531
10/26/2023, 1:58 PMcuddly-flower-91328
10/26/2023, 2:02 PMcannot use vpce.VpcEndpoint.ToVpcEndpointOutput().SubnetIds().ApplyT((func(ids []string) []string literal)) (value of type "<http://github.com/pulumi/pulumi/sdk/v3/go/internal|github.com/pulumi/pulumi/sdk/v3/go/internal>".Output) as pulumi.StringArray value in struct literal compiler (IncompatibleAssign)
echoing-dinner-19531
10/30/2023, 3:39 PMStringArray
? Resource properties should be typed as StringArrayInput
, if you have a StringArrayOutput
there isn't any way to turn that into a plain StringArray
except for within the ApplyT call.cuddly-flower-91328
10/31/2023, 11:26 AM