Hello everyone, I am writing some of my own custom...
# general
a
Hello everyone, I am writing some of my own custom Pulumi providers and noticed that in the documentation the testing portion is a TBD: https://www.pulumi.com/docs/iac/extending-pulumi/pulumi-provider-sdk/#testing Is there an example of a standard way people test or documentation on testing using the Pulumi Provider SDK? I'm quite surprised I can't easily find this or I am just blind
https://github.com/pulumi/pulumi-go-provider/tree/main/examples I also found examples in the github, hopefully if someone has the same issue as me they can at least get these resources