Skip to content

Commit d7725e1

Browse files
authored
Add providers block to the doc example (#226)
1 parent 1dea0a4 commit d7725e1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

website/docs/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ Use the navigation to the left to read about the available resources.
2121

2222
## Example Usage
2323

24+
Include a `providers` block to declare the requirement of the `sysdig` provider:
25+
26+
```terraform
27+
terraform {
28+
required_providers {
29+
sysdig = {
30+
source = "sysdiglabs/sysdig"
31+
version = ">=0.5"
32+
}
33+
}
34+
}
35+
```
36+
2437
### Monitor Authentication
2538

2639
```terraform

0 commit comments

Comments
 (0)