Skip to content

Commit

Permalink
Update ce_anomaly_subscription.html.markdown (#39766)
Browse files Browse the repository at this point in the history
The descriptions for the or and not arguments was mentioned incorrectly.

Signed-off-by: Singh, Jyotsana <[email protected]>
  • Loading branch information
Jyots6914 authored Oct 17, 2024
1 parent ae428c3 commit 7a589f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/ce_anomaly_subscription.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ The following arguments are required:
* `and` - (Optional) Return results that match both [Dimension](#dimension) objects.
* `cost_category` - (Optional) Configuration block for the filter that's based on values. See [Cost Category](#cost-category) below.
* `dimension` - (Optional) Configuration block for the specific [Dimension](#dimension) to use for.
* `not` - (Optional) Return results that match both [Dimension](#dimension) object.
* `or` - (Optional) Return results that match both [Dimension](#dimension) object.
* `not` - (Optional) Return results that do not match the [Dimension](#dimension) object.
* `or` - (Optional) Return results that match either [Dimension](#dimension) object.
* `tags` - (Optional) Configuration block for the specific Tag to use for. See [Tags](#tags) below.

### Cost Category
Expand Down

0 comments on commit 7a589f1

Please sign in to comment.