am I missing something, or is the digitalocean <Vo...
# typescript
a
am I missing something, or is the digitalocean VolumeAttachmentArgs just wrongly typed? droplet IDs seem to be strings, but this demands a number
l
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
perfect, thanks