pulumi/Verify Pulumi Provider Release

Verifies that a published provider is usable

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
runtimeThe runtime to test against. One of `nodejs`, `python`, `dotnet` or `go`.yes
directoryPath to a Pulumi program to use for the test.yes
providerThe name of the provider (excluding the publisher prefix)yes
providerVersionThe version of the provider to be tested.yes
packageVersionThe version of the package to be tested. Defaults to `providerVersion` if not set. This must be set for Go because its versions are always a different format to the provider's.
publisherThe publisher of the provider (if not pulumi)pulumi
goModuleTemplateTemplate to generate the go module to be used. Available template fields: `{publisher}`, `{provider}`, `{moduleVersionSuffix}` {moduleVersionSuffix} is calculated from the provider version e.g. "/v2" github.com/{publisher}/pulumi-{provider}/sdk{moduleVersionSuffix}

no outputs