pulumi/sdk/nodejs/bin/pulumi-provider-testing
Pat Gavlin ee410bfe1e Add a mock resource provider for testing purposes. (#401)
This resource provider accepts a single configuration parameter, `testing:provider:module`, that is the path to a Javascript module that implements CRUD operations for a set of resource types. This allows e.g. a test case to provide its own implementation of these operations that may succeed or fail in interesting ways.

Fixes #338.
2017-10-11 15:27:34 -07:00

3 lines
53 B
JavaScript
Executable file

#!/usr/bin/env node
require("./cmd/test-provider");