Skip to content

Commit

Permalink
Commit docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dglsparsons committed Jun 18, 2024
1 parent 09e9257 commit 2922fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ resource "vercel_deployment" "prebuilt_example" {
- `path_prefix` (String) If specified then the `path_prefix` will be stripped from the start of file paths as they are uploaded to Vercel. If this is omitted, then any leading `../`s will be stripped.
- `production` (Boolean) true if the deployment is a production deployment, meaning production aliases will be assigned.
- `project_settings` (Attributes) Project settings that will be applied to the deployment. (see [below for nested schema](#nestedatt--project_settings))
- `ref` (String) The branch or commit hash that should be deployed. Note this will only work if the project is configured to use a Git repository. Required if `ref` is not set.
- `ref` (String) The branch or commit hash that should be deployed. Note this will only work if the project is configured to use a Git repository. Required if `files` is not set.
- `team_id` (String) The team ID to add the deployment to. Required when configuring a team resource if a default team has not been set in the provider.
### Read-Only
Expand Down

0 comments on commit 2922fa0

Please sign in to comment.