Skip to content

Commit

Permalink
Make priority required in TF schema
Browse files Browse the repository at this point in the history
  • Loading branch information
qboileau committed Jan 29, 2025
1 parent 0b123c4 commit 9233484
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/resources/gateway_interceptor_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ Required:

- `config` (String) Plugin configuration in JSON format. Check [interceptor catalog](https://docs.conduktor.io/gateway/category/interceptor-catalog/) for details on the configuration
- `plugin_class` (String) The class of the plugin. Check [interceptor catalog](https://docs.conduktor.io/gateway/category/interceptor-catalog/) for available plugins
- `priority` (Number) The priority of the interceptor. Must be bigger than 0

Optional:

- `comment` (String) An optional comment for the interceptor.
- `priority` (Number) The priority of the interceptor. Must be bigger than 0



Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion provider_code_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@
"name": "priority",
"int64": {
"description": "The priority of the interceptor. Must be bigger than 0",
"computed_optional_required": "optional",
"computed_optional_required": "required",
"validators": [
{
"custom": {
Expand Down

0 comments on commit 9233484

Please sign in to comment.