Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Partial documentation for other resources
Browse files Browse the repository at this point in the history
  • Loading branch information
louy committed Jun 1, 2018
1 parent ad858ba commit d9f987c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions website/docs/r/monitor.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ resource "uptimerobot_monitor" "my_website" {
}
```

## Arguments Reference

TODO

## Attributes Reference

* `id` - the ID of the monitor (can be used for monitor-specific requests)
* `status` - the status of the monitor (`paused`, `not checked yet`, `up`, `seems down`, or `down`)

TODO
7 changes: 6 additions & 1 deletion website/docs/r/status_page.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ resource "uptimerobot_status_page" "my_status_page" {
}
```

## Attributes Reference
## Arguments Reference

TODO

## Attributes Reference

* `id` - the ID of the status page
* `status` - the status of the status page (`paused` or `active`)

0 comments on commit d9f987c

Please sign in to comment.