stocky-nail-30268
09/30/2019, 3:55 PM<https://www.pulumi.com/blog/testing-your-infrastructure-as-code-with-pulumi/#deployment-testing>
, hit an issue straight away.
I've just copied the code verbatim from that post, and it seems I'm hitting an issue with ../github.com/pulumi/pulumi/pkg/resource/deploy/providers/registry.go:326:30: multiple-value uuid.NewV4() in single-value context
. Seems to be an issue with satori/go.uuid
returning err
for NewV4()
as well, but I feel like others would have come across this issue too, so, have I got something obviously wrong?broad-dog-22463
09/30/2019, 3:57 PMstocky-nail-30268
09/30/2019, 3:58 PMbroad-dog-22463
09/30/2019, 3:58 PMstocky-nail-30268
09/30/2019, 4:01 PMdryRun
like you are.
Cheers, will give it some thinkingbroad-dog-22463
09/30/2019, 4:27 PM