This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |