sparse-intern-71089
01/12/2023, 12:59 PMminiature-musician-31262
01/12/2023, 3:05 PMvpc.ID()
is IDOutput
, a kind of Pulumi output, which means it can’t just be cast as a string, because its value is computed during the deployment (so it can’t be supplied to the lookup function as a “prompt” value). You can however obtain and use the computed string by converting the ID output to a string output, then doing the lookup in the string output’s .Apply()
--miniature-musician-31262
01/12/2023, 3:06 PMminiature-musician-31262
01/12/2023, 3:13 PMhundreds-yacht-71603
01/12/2023, 4:33 PMminiature-musician-31262
01/12/2023, 5:50 PM