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

Commit

Permalink
Remove unimplemented option
Browse files Browse the repository at this point in the history
  • Loading branch information
louy committed Oct 4, 2019
1 parent bd1372d commit a93aad1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/docs/r/status_page.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ resource "uptimerobot_status_page" "my_status_page" {
password = "WeAreAwsome"
sort_monitors = "down-up-paused"
monitors = ["${resource.uptimerobot_monitor.main.id}"]
hide_url_links = true # pro only
}
```

Expand All @@ -35,7 +34,6 @@ resource "uptimerobot_status_page" "my_status_page" {
- `up-down-paused`
- `down-up-paused`
* `status` - the status of the status page (`paused` or `active`). Defaults to `active`
<!-- * `hide_url_links` - (optional) for hiding the Uptime Robot links and only available in the Pro Plan -->

## Attributes Reference

Expand Down

0 comments on commit a93aad1

Please sign in to comment.