If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Currently when running TestWithServiceProviderAsync it isn't possible to test the CustomResourceOptions of a provisioned resource. You can only access the properties of the resource object itself. It would be great to be able to test the Protected value of a resource as well as any AdditionalSecretOutputs.
We have cases where protection of a resource is contingent on a piece of logic, this would be great to add to our unit testing.
Hello!
Issue details
Currently when running
TestWithServiceProviderAsync
it isn't possible to test the CustomResourceOptions of a provisioned resource. You can only access the properties of the resource object itself. It would be great to be able to test theProtected
value of a resource as well as anyAdditionalSecretOutputs
.We have cases where protection of a resource is contingent on a piece of logic, this would be great to add to our unit testing.
Affected area/feature
Pulumi dotnet