Skip to content

Commit df3aeed

Browse files
committed
fix(doc): deployment required attribute
1 parent 8aae7cf commit df3aeed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/resources/inference_deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "scaleway_inference_deployment" "deployment" {
2626

2727
## Argument Reference
2828

29-
- `model_id` - The model id used for the deployment.
29+
- `model_id` - (Required) The model id used for the deployment.
3030
- `node_type` - (Required) The node type to use for the deployment. Node types can be found using Scaleway's CLI (`scw inference node-type list`)
3131
- `name` - (Optional) The deployment name.
3232
- `accept_eula` - (Optional) Some models (e.g Meta Llama) require end-user license agreements. Set `true` to accept.
@@ -48,7 +48,7 @@ resource "scaleway_inference_deployment" "deployment" {
4848
In addition to all arguments above, the following attributes are exported:
4949

5050
- `id` - The ID of the deployment.
51-
- `model_name` - (Required) The model name to use for the deployment. Model names can be found in Console or using Scaleway's CLI (`scw inference model list`)
51+
- `model_name` - The model name used for the deployment. Model names can be found in Console or using Scaleway's CLI (`scw inference model list`)
5252
- `size` - The size of the pool.
5353
- `status` - The status of the deployment.
5454
- `created_at` - The date and time of the creation of the deployment.

0 commit comments

Comments
 (0)