You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/cmd/scan/filter.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,14 @@ Create the .driftignore file where you launch driftctl (usually the root of your
18
18
19
19
Each line must be of kind
20
20
-`resource_type.resource_id`, resource_id could be a wildcard to exclude all resources of a given type.
21
-
-`resource_type.resource_id.path.to.field`, resource_id can be wildcard to ignore a drift on given field for a given type, path could also contain wildcards.
21
+
-`resource_type.resource_id.path.to.FieldName`, resource_id can be wildcard to ignore a drift on given field for a given type, path could also contain wildcards.
22
+
23
+
**N.B.** Fields are not case-sensitive.
22
24
23
25
If your resource id or the path of a field contains dot or backslash you can escape them with backslashes:
0 commit comments