File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ resource "datadog_resource_evaluation_filter" "basic_filter" {
26
26
27
27
### Required
28
28
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:
31
31
- ` aws ` : account id
32
32
- ` gcp ` : project id
33
33
- ` 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".
35
35
36
36
## Import
37
37
You can’t perform that action at this time.
0 commit comments