Skip to content

Commit 20a9292

Browse files
committed
chore: update class value
Signed-off-by: lekaf974 <matthieu.evrin@gmail.com>
1 parent c1bda01 commit 20a9292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/score implementation/score-compose/resources-provisioners.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ aliases:
2727
| `service-port` | (any) | `workload`, `port` | `hostname`, `port` |
2828
| `s3` | (any) | (none) | `endpoint`, `access_key_id`, `secret_key`, `bucket`, with `region=""`, `aws_access_key_id=<access_key_id>`, and `aws_secret_key=<secret_key>` for compatibility |
2929
| `volume` | (any) | (none) | `source` |
30-
| mssql | default | (none) | `server`, `port`, `connection`, `database`, `username`, `password` |
30+
| mssql | (any) | (none) | `server`, `port`, `connection`, `database`, `username`, `password` |
3131

3232
These can be found in the default provisioners file. You are encouraged to write your own provisioners and add them to the `.score-compose` directory (with the `.provisioners.yaml` extension) or contribute them upstream to the [default.provisioners.yaml](https://github.com/score-spec/score-compose/blob/main/internal/command/default.provisioners.yaml) file.
3333

0 commit comments

Comments
 (0)