diff --git a/README.md b/README.md index 7ff845b..7aeac73 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/installation-configuration.md b/docs/installation-configuration.md index 7f9efb3..8e531ae 100644 --- a/docs/installation-configuration.md +++ b/docs/installation-configuration.md @@ -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.