Skip to content

Commit

Permalink
Merge pull request #856 from rene00/invalid-target-type-data-sources-…
Browse files Browse the repository at this point in the history
…user

fix invalid target type in docs
  • Loading branch information
imjaroiswebdev authored Jun 13, 2024
2 parents e396059 + 039af91 commit b15708d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/user.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "pagerduty_escalation_policy" "foo" {
escalation_delay_in_minutes = 10
target {
type = "user"
type = "user_reference"
id = data.pagerduty_user.me.id
}
}
Expand Down

0 comments on commit b15708d

Please sign in to comment.