Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a4bfdce

Browse files
authoredFeb 24, 2025··
fix(teo): [121984219]modify rulue engine doc (#3148)
* fix: modify rulue engine doc * feat: add changelog
1 parent b657bc8 commit a4bfdce

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed
 

‎.changelog/3148.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_teo_rule_engine: update doc
3+
```

‎tencentcloud/services/teo/resource_tc_teo_rule_engine.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎website/docs/r/teo_rule_engine.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
186186
The `and` object of `or` supports the following:
187187

188188
* `operator` - (Required, String) Operator. Valid values:
189-
- `equals`: Equals.
190-
- `notEquals`: Does not equal.
189+
- `equal`: Equal.
190+
- `notEqual`: Does not equal.
191191
- `exist`: Exists.
192192
- `notexist`: Does not exist.
193193
* `target` - (Required, String) The match type. Values:
@@ -218,8 +218,8 @@ The `and` object of `or` supports the following:
218218
The `and` object of `or` supports the following:
219219

220220
* `operator` - (Required, String) Operator. Valid values:
221-
- `equals`: Equals.
222-
- `notEquals`: Does not equal.
221+
- `equal`: Equal.
222+
- `notEqual`: Does not equal.
223223
- `exist`: Exists.
224224
- `notexist`: Does not exist.
225225
* `target` - (Required, String) The match type. Values:

0 commit comments

Comments
 (0)
Please sign in to comment.