Skip to content

Commit 7c60bd4

Browse files
authored
fix(docs): fix copy-paste error in docs (#354)
1 parent bdb0e8f commit 7c60bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/secure_rule_syscall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resource "sysdig_secure_rule_syscall" "foo" {
3333
### Matching
3434

3535
* `matching` - (Optional) Defines if the syscall name matches or not with the provided list. Default is true.
36-
* `processes` - (Required) List of syscalls to match.
36+
* `syscalls` - (Required) List of syscalls to match.
3737

3838
## Attributes Reference
3939

@@ -47,4 +47,4 @@ Secure syscall runtime rules can be imported using the ID, e.g.
4747

4848
```
4949
$ terraform import sysdig_secure_rule_syscall.example 12345
50-
```
50+
```

0 commit comments

Comments
 (0)