This message was deleted.
# general
s
This message was deleted.
w
This is with the GitLab provider? https://www.pulumi.com/docs/reference/pkg/gitlab/provider/ Would be great to open an issue with the missing functionality so this can be added to the core provider. But in the meantime, you could quite likely add a Dynamic Provider to support this one-off need from directly within your program. https://www.pulumi.com/docs/reference/pkg/gitlab/provider/ The docs actually include a GitHub example (which could likely be modified to do a similar task for GitLab): https://www.pulumi.com/docs/intro/concepts/programming-model/#example-github-labels-rest-api Note though that Dynamic Providers are currently only supported in JavaScript/TypeScript and Python (one of the very few features that are not available across all languages yet).