https://pulumi.com logo
Title
a

ancient-car-89914

06/15/2022, 3:55 PM
am I missing something, or is the digitalocean VolumeAttachmentArgs just wrongly typed? droplet IDs seem to be strings, but this demands a number
l

limited-rainbow-51650

06/16/2022, 7:40 AM
Hello @ancient-car-89914, this is a known issue, see here: https://github.com/pulumi/pulumi-digitalocean/issues/218#issuecomment-859939562 The same ticket shows an example on how to work around it in Python. If you can execute the same conversion using
apply
in Typescript, you should be all set.
a

ancient-car-89914

06/16/2022, 8:05 AM
perfect, thanks