Add Auto-naming to datadog provider #508
Labels
good-first-issue
Start here if you'd like to start contributing to Pulumi
kind/enhancement
Improvements or new features
What happened?
Looks like we don't auto-name some (all?) resources in datadog:
#506
All the resource with RandomString names are ones which failed without a name parameter. We handle this for other providers, seems reasonable to do the same for datadog.
Example
fails, but succeeds with a name property. Same for:
Output of
pulumi about
.
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: