Skip to content

Commit

Permalink
Fixing syntax in priority data source doc
Browse files Browse the repository at this point in the history
Adding `data` to the `pagerduty_priority` variable in the example.
  • Loading branch information
Scott McAllister authored May 21, 2020
1 parent 0e4375e commit b2ad327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/priority.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "pagerduty_ruleset_rule" "foo" {
value = "P5DTL0K"
}
priority {
value = pagerduty_priority.p1.id
value = data.pagerduty_priority.p1.id
}
}
}
Expand Down

0 comments on commit b2ad327

Please sign in to comment.