Skip to content

Commit

Permalink
fix(docs): incorrect formatting trigger example (#566)
Browse files Browse the repository at this point in the history
I noticed that the [current
docs](https://registry.terraform.io/providers/honeycombio/honeycombio/latest/docs/resources/trigger#example-with-pagerduty-recipient-and-severity)
have a malformed second example for Triggers.

This properly tags the code block as HCL which fixes the issue. You can
test yourself by copying and pasting the full file into the HashiCorp
[Doc Preview Tool](https://registry.terraform.io/tools/doc-preview)
  • Loading branch information
jharley authored Nov 6, 2024
1 parent c429944 commit 104528c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resource "honeycombio_trigger" "example" {
```

### Example with PagerDuty Recipient and Severity
```
```hcl
variable "dataset" {
type = string
}
Expand Down

0 comments on commit 104528c

Please sign in to comment.