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

Commit

Permalink
d/account docs
Browse files Browse the repository at this point in the history
  • Loading branch information
louy committed Jun 1, 2018
1 parent d9d1f35 commit cc50fa7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions website/docs/d/account.html.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: "aws"
page_title: "UptimeRobot: uptimerobot_account"
sidebar_current: "docs-uptimerobot-datasource-account"
description: |-
Get information about your account
---

# Data Source: uptimerobot_account

Use this data source to get information about the current UptimeRobot account.

## Example Usage

```hcl
data "uptimerobot_account" "main" {}
```

## Attributes Reference

* `email` - the account e-mail
* `monitor_limit` - the max number of monitors that can be created for the account
* `monitor_interval` - the min monitoring interval (in seconds) supported by the account
* `up_monitors` - the number of "up" monitors
* `down_monitors` - the number of "down" monitors
* `pause_monitors` - the number of "paused" monitors

0 comments on commit cc50fa7

Please sign in to comment.