powerful-furniture-83753
11/26/2020, 10:24 AMOutput<string[]>
doesn't seem to convert well to Input<string>[]
(using typescript btw).tall-librarian-49374
11/26/2020, 10:31 AMInput<string>[]
?powerful-furniture-83753
11/26/2020, 10:35 AMawsx.ec2.ExistingVpcIdArgs
both fields for subnetIds:
privateSubnetIds
publicSubnetIds
tall-librarian-49374
11/26/2020, 10:37 AMawsx
. Usually, the type would be pulumi.Input<pulumi.Input<string>[]>
which looks funky but accepts all combinations of outputs. awsx is sometimes missing this.powerful-furniture-83753
11/26/2020, 10:37 AMtall-librarian-49374
11/26/2020, 10:42 AMgetSecret
?powerful-furniture-83753
11/26/2020, 10:42 AMrequireOutput
tall-librarian-49374
11/26/2020, 10:45 AMawait ref.requireOutputValue("...");
?powerful-furniture-83753
11/26/2020, 10:47 AMtall-librarian-49374
11/26/2020, 10:50 AMpowerful-furniture-83753
11/26/2020, 10:51 AMlittle-cartoon-10569
11/26/2020, 6:59 PMcool-fireman-90027
11/30/2020, 5:08 PMpowerful-furniture-83753
12/01/2020, 8:01 AMawsx.ec2.ExistingVpcIdArgs
taking a wrong input type so that the subnet arrays being passed around don't work.