Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#typescript
Title
# typescript
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
Post