https://pulumi.com logo
l

little-garage-43399

09/16/2019, 3:55 PM
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

gentle-diamond-70147

09/16/2019, 3:57 PM
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.