Skip to content

Commit

Permalink
Add team to config section of docs (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenardchristopher authored Nov 27, 2023
1 parent 5798c62 commit ad7b758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ dotnet add package Pulumiverse.vercel
The following configuration points are available for the `vercel` provider:

- `vercel:apiToken` (environment: `VERCEL_API_TOKEN`) - the API key for `vercel`
- `vercel:team` - The default Vercel Team to use when creating resources. This can be provided as either a team slug, or team ID. The slug and ID are both available from the Team Settings page in the Vercel dashboard.

## Reference

Expand Down
1 change: 1 addition & 0 deletions docs/installation-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ dotnet add package Pulumiverse.vercel
The following configuration points are available for the `vercel` provider:

- `vercel:apiToken` (environment: `VERCEL_API_TOKEN`) - the API key for `vercel`
- `vercel:team` - The default Vercel Team to use when creating resources. This can be provided as either a team slug, or team ID. The slug and ID are both available from the Team Settings page in the Vercel dashboard.

0 comments on commit ad7b758

Please sign in to comment.