Skip to content

Commit

Permalink
doc: fixed breaking change userids => member_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
sontags committed Oct 21, 2020
1 parent 4f88b13 commit ff7c4b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resource "pingdom_check" "example_with_alert" {
12345678,
23456789
]
userids = [
member_ids = [
24680,
13579
]
Expand All @@ -60,7 +60,7 @@ resource "pingdom_check" "ping_example" {
name = "my ping check"
host = "example.com"
resolution = 1
userids = [
member_ids = [
24680
]
}
Expand Down Expand Up @@ -183,7 +183,7 @@ The following common attributes for all check types can be set:

* **integrationids** - List of integer integration IDs (defined by webhook URL) that will be triggered by the alerts. The ID can be extracted from the integrations page URL on the pingdom website. See note about interaction with `sendnotificationwhendown` below.

* **userids** - List of integer user IDs that will be notified when the check is down.
* **member_ids** - List of integer user IDs that will be notified when the check is down.

* **teamids** - List of integer team IDs that will be notified when the check is down.

Expand Down

0 comments on commit ff7c4b8

Please sign in to comment.