Skip to content

Commit f121dc2

Browse files
committed
pushing missing doc
1 parent 9e97616 commit f121dc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/resources/resource_evaluation_filter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ resource "datadog_resource_evaluation_filter" "basic_filter" {
2626

2727
### Required
2828

29-
- `cloud_provider` (String) The cloud provider of the filter's targeted resource
30-
- `id` (String) The ID of the of the filter's targeted resource. Different cloud providers target different resource IDs
29+
- `cloud_provider` (String) The cloud provider of the filter's targeted resource.
30+
- `id` (String) The ID of the of the filter's targeted resource. Different cloud providers target different resource IDs:
3131
- `aws`: account id
3232
- `gcp`: project id
3333
- `azure`: subscription id
34-
- `tags` (List of String) List of tags to filter misconfiguration detections. Each entry should follow the format: "key:":"value".
34+
- `tags` (List of String) List of tags to filter misconfiguration detections. Each entry should follow the format: "key":"value".
3535

3636
## Import
3737

0 commit comments

Comments
 (0)