hi, I'm trying to configure droplets on digitaloce...
# general
l
hi, I'm trying to configure droplets on digitalocean, and create tags on creation. the problem is, I set the "tag name", and Pulumi ads a unique "id" to the tag name, which completely destroy my setup. how can I setup the tag to exactly the name I want?
g
This is the auto-naming functionality in Pulumi. https://www.pulumi.com/docs/intro/concepts/programming-model/#autonaming You can override this by setting a
name: 'blabla'
property on the
digitalocean.Tag(...)
object.