Skip to content

Commit

Permalink
Documenting the plugin install (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Feb 27, 2024
1 parent 41321ea commit 4934f13
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/installation-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ To use from .NET, install using `dotnet add package`:
dotnet add package Pulumiverse.vercel
```

### Provider Binary

The Vercel provider binary is a third party binary. It can be installed using the `pulumi plugin` command.

```bash
pulumi plugin install resource vercel <version> --server github://api.github.com/pulumiverse
```

Replace the version string with your desired version, or omit it to install the latest version.

## Configuration

The following configuration points are available for the `vercel` provider:
Expand Down

0 comments on commit 4934f13

Please sign in to comment.