Skip to content

Commit

Permalink
Merge pull request #9 from chessmango/0.8.0-doc-refresh
Browse files Browse the repository at this point in the history
0.8.0 doc refresh
  • Loading branch information
mnaser authored Apr 12, 2022
2 parents b635842 + 9198cc1 commit a0e89db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
uptimerobot = {
source = "vexxhost/uptimerobot"
version = "0.7.0"
version = "0.8.0"
}
}
}
Expand Down
8 changes: 8 additions & 0 deletions docs/resources/monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ resource "uptimerobot_monitor" "my_website" {
- `imap`
- `custom`
- `port` - the port monitored (only if subtype is `custom`)
* `http_method` - available for HTTP monitoring. Can be one of the following:
- `HEAD` (default for non-keyword)
- `GET` (default for keyword)
- `POST`
- `PUT`
- `PATCH`
- `DELETE`
- `OPTIONS`
* `http_username` - used for password-protected web pages (HTTP basic or digest). Available for HTTP and keyword monitoring.
* `http_password` - used for password-protected web pages (HTTP basic or digest). Available for HTTP and keyword monitoring.
* `http_auth_type` - Used for password-protected web pages (HTTP basic or digest). Available for HTTP and keyword monitoring. Can be one of the following:
Expand Down

0 comments on commit a0e89db

Please sign in to comment.