big-nail-28315
09/05/2019, 2:21 PMfuture-barista-68134
09/05/2019, 2:27 PMbig-nail-28315
09/05/2019, 3:08 PMfuture-barista-68134
09/05/2019, 4:30 PMbig-nail-28315
09/05/2019, 4:45 PMcool-egg-852
09/05/2019, 8:06 PMbig-nail-28315
09/05/2019, 8:12 PMcool-egg-852
09/05/2019, 8:18 PMbig-nail-28315
09/05/2019, 8:19 PMcool-egg-852
09/05/2019, 8:20 PMvpc.id
anyways. I think id
is the internal pulumi ID. I don’t use AWS for this, but in GCP we needed vpc.selfLink
. You may need vpc.name
or something instead.`${vpc.id}`
for examplebig-nail-28315
09/05/2019, 8:22 PMprefix${v}suffix
)
2: pulumi.interpolate prefix${v}suffix
See https://pulumi.io/help/outputs for more details.
This function may throw in a future version of @pulumi/pulumi.,Calling [toString] on an [Output<T>] is not supported.cool-egg-852
09/05/2019, 8:44 PMpulumi.interpolate`${vpc.id}`
big-nail-28315
09/05/2019, 8:52 PM