Skip to content

fix(teo): [121984219]modify rulue engine doc #3148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/3148.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/tencentcloud_teo_rule_engine: update doc
```
4 changes: 2 additions & 2 deletions tencentcloud/services/teo/resource_tc_teo_rule_engine.go

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

8 changes: 4 additions & 4 deletions website/docs/r/teo_rule_engine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
The `and` object of `or` supports the following:

* `operator` - (Required, String) Operator. Valid values:
- `equals`: Equals.
- `notEquals`: Does not equal.
- `equal`: Equal.
- `notEqual`: Does not equal.
- `exist`: Exists.
- `notexist`: Does not exist.
* `target` - (Required, String) The match type. Values:
Expand Down Expand Up @@ -218,8 +218,8 @@ The `and` object of `or` supports the following:
The `and` object of `or` supports the following:

* `operator` - (Required, String) Operator. Valid values:
- `equals`: Equals.
- `notEquals`: Does not equal.
- `equal`: Equal.
- `notEqual`: Does not equal.
- `exist`: Exists.
- `notexist`: Does not exist.
* `target` - (Required, String) The match type. Values:
Expand Down
Loading