pulumiverse / pulumi-time

Pulumi Time provider used to interact with time-based resources.
Apache License 2.0
3 stars 3 forks source link

pulumiverse time provider binary install instructions incorrect #30

Closed ringods closed 1 year ago

ringods commented 1 year ago

Reported by @justinvp in https://github.com/pulumi/registry/issues/2439


For example: https://www.pulumi.com/registry/packages/time/installation-configuration/

Screen Shot 2023-05-03 at 10 08 00 PM

Trying to run pulumi plugin install resource time v0.1.7 doesn't work for 2 reasons:

  1. This plugin is hosted at a 3rd party URL, so it requires the --server flag:

    pulumi plugin install resource time v0.1.7 --server github://api.github.com/pulumiverse/pulumi-time
  2. The above doesn't work, though, because there is no v0.1.7 version. (See https://github.com/pulumiverse/pulumi-time/releases). The latest release is v0.0.13.

Suggestions