This message was deleted.
# typescript
s
This message was deleted.
p
https://www.pulumi.com/docs/intro/concepts/resources/names/#autonaming < you can normally use a name: to override the autonaming feature. I am not using pulumi and GCP so can't comment on the specifics but it seems like this is what you need.
b
In this case the
repositoryId
is the source for the "name" of this resource. Also, explicitly setting the name produces the same error 😕
To continue working, I just ignored it for now:
Copy code
{ ignoreChanges: ["name"] }