pulumi/Verify Pulumi Provider Release
Verifies that a published provider is usable
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| runtime | The runtime to test against. One of `nodejs`, `python`, `dotnet` or `go`. | yes | — |
| directory | Path to a Pulumi program to use for the test. | yes | — |
| provider | The name of the provider (excluding the publisher prefix) | yes | — |
| providerVersion | The version of the provider to be tested. | yes | — |
| packageVersion | The 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. | — | — |
| publisher | The publisher of the provider (if not pulumi) | — | pulumi |
| goModuleTemplate | Template 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} |
Outputs
no outputs