Commit 7e14eb3
authored
Update sumologic-provider.md
`SUMOLOGIC_ACCESSKEY` should reference "your-access-key" instead like the other examples above:
```hcl
provider "sumologic" {
environment = "us2"
access_id = "your-access-id"
access_key = "your-access-key"
}
```1 parent 2ad5cf3 commit 7e14eb3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments