Skip to content

Commit 1f5d566

Browse files
authored
Fix code block formatting
fix improper indenting of the closing ticks around the Filter usage code block, which is leading to improper formatting within the terraform doc pages.
1 parent 2b48da3 commit 1f5d566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The following properties are common to ALL sources and can be used to configure
154154
regexp = "(\\d{16})"
155155
mask = "MaskedID"
156156
}
157-
```
157+
```
158158
- `cutoff_timestamp` - (Optional) Only collect data more recent than this timestamp, specified as milliseconds since epoch (13 digit).
159159
- `cutoff_relative_time` - (Optional) Can be specified instead of cutoffTimestamp to provide a relative offset with respect to the current time. Example: use -1h, -1d, or -1w to collect data that's less than one hour, one day, or one week old, respectively.
160160
- `fields` - (Optional) Map containing key/value pairs.

0 commit comments

Comments
 (0)