-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from uptime-com/release/2.10.0
Release/2.10.0
- Loading branch information
Showing
50 changed files
with
3,334 additions
and
65 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
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
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,44 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uptime_credential Resource - terraform-provider-uptime" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# uptime_credential (Resource) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `credential_type` (String) | ||
- `display_name` (String) | ||
- `secret` (Attributes) (see [below for nested schema](#nestedatt--secret)) | ||
|
||
### Optional | ||
|
||
- `description` (String) | ||
- `username` (String) | ||
|
||
### Read-Only | ||
|
||
- `id` (Number) The ID of this resource. | ||
|
||
<a id="nestedatt--secret"></a> | ||
### Nested Schema for `secret` | ||
|
||
Optional: | ||
|
||
- `certificate` (String, Sensitive) | ||
- `key` (String, Sensitive) | ||
- `passphrase` (String, Sensitive) | ||
- `password` (String, Sensitive) | ||
- `secret` (String, Sensitive) | ||
|
||
|
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,36 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uptime_integration_opsgenie Resource - terraform-provider-uptime" | ||
subcategory: "" | ||
description: |- | ||
Opsgenie integration resource | ||
--- | ||
|
||
# uptime_integration_opsgenie (Resource) | ||
|
||
Opsgenie integration resource | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `api_endpoint` (String) | ||
- `api_key` (String) | ||
- `name` (String) | ||
|
||
### Optional | ||
|
||
- `auto_resolve` (Boolean) Automatically resolve incident once the check is back up. | ||
- `contact_groups` (Set of String) | ||
- `tags` (String) A comma separated list of labels attached to the alert. You may overwrite the quiet hours setting for urgent alerts by adding the OverwriteQuietHours tag. Leave blank to automatically pull the tags from the check instead. | ||
- `teams` (String) A comma separated list of team names which will be responsible for the alert | ||
|
||
### Read-Only | ||
|
||
- `id` (Number) The ID of this resource. | ||
- `url` (String) | ||
|
||
|
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
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,38 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uptime_statuspage_component Resource - terraform-provider-uptime" | ||
subcategory: "" | ||
description: |- | ||
Status page component resource | ||
--- | ||
|
||
# uptime_statuspage_component (Resource) | ||
|
||
Status page component resource | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) | ||
- `statuspage_id` (Number) | ||
|
||
### Optional | ||
|
||
- `auto_status_down` (String) | ||
- `auto_status_up` (String) | ||
- `description` (String) | ||
- `group_id` (Number) | ||
- `is_group` (Boolean) | ||
- `service_id` (Number) | ||
- `status` (String) | ||
|
||
### Read-Only | ||
|
||
- `id` (Number) The ID of this resource. | ||
- `url` (String) | ||
|
||
|
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,68 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uptime_statuspage_incident Resource - terraform-provider-uptime" | ||
subcategory: "" | ||
description: |- | ||
Status page incident or maintenance window resource | ||
--- | ||
|
||
# uptime_statuspage_incident (Resource) | ||
|
||
Status page incident or maintenance window resource | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) | ||
- `statuspage_id` (Number) | ||
- `updates` (Attributes Set) (see [below for nested schema](#nestedatt--updates)) | ||
|
||
### Optional | ||
|
||
- `affected_components` (Attributes Set) (see [below for nested schema](#nestedatt--affected_components)) | ||
- `ends_at` (String) | ||
- `incident_type` (String) | ||
- `include_in_global_metrics` (Boolean) | ||
- `notify_subscribers` (Boolean) | ||
- `send_maintenance_start_notification` (Boolean) | ||
- `starts_at` (String) | ||
- `update_component_status` (Boolean) | ||
|
||
### Read-Only | ||
|
||
- `id` (Number) The ID of this resource. | ||
- `url` (String) | ||
|
||
<a id="nestedatt--updates"></a> | ||
### Nested Schema for `updates` | ||
|
||
Optional: | ||
|
||
- `description` (String) | ||
- `incident_state` (String) | ||
|
||
Read-Only: | ||
|
||
- `id` (Number) | ||
|
||
|
||
<a id="nestedatt--affected_components"></a> | ||
### Nested Schema for `affected_components` | ||
|
||
Required: | ||
|
||
- `component_id` (Number) | ||
|
||
Optional: | ||
|
||
- `status` (String) | ||
|
||
Read-Only: | ||
|
||
- `id` (Number) | ||
|
||
|
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,33 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uptime_statuspage_metric Resource - terraform-provider-uptime" | ||
subcategory: "" | ||
description: |- | ||
Status page metric resource | ||
--- | ||
|
||
# uptime_statuspage_metric (Resource) | ||
|
||
Status page metric resource | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) | ||
- `service_id` (Number) | ||
- `statuspage_id` (Number) | ||
|
||
### Optional | ||
|
||
- `is_visible` (Boolean) | ||
|
||
### Read-Only | ||
|
||
- `id` (Number) The ID of this resource. | ||
- `url` (String) | ||
|
||
|
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,32 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uptime_statuspage_subscriber Resource - terraform-provider-uptime" | ||
subcategory: "" | ||
description: |- | ||
Status page subscriber resource | ||
--- | ||
|
||
# uptime_statuspage_subscriber (Resource) | ||
|
||
Status page subscriber resource | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `statuspage_id` (Number) | ||
- `type` (String) | ||
|
||
### Optional | ||
|
||
- `force_validation_sms` (Boolean) | ||
- `target` (String) | ||
|
||
### Read-Only | ||
|
||
- `id` (Number) The ID of this resource. | ||
|
||
|
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,27 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uptime_statuspage_subscription_domain_allow Resource - terraform-provider-uptime" | ||
subcategory: "" | ||
description: |- | ||
Status page subscription domain allow resource | ||
--- | ||
|
||
# uptime_statuspage_subscription_domain_allow (Resource) | ||
|
||
Status page subscription domain allow resource | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `domain` (String) | ||
- `statuspage_id` (Number) | ||
|
||
### Read-Only | ||
|
||
- `id` (Number) The ID of this resource. | ||
|
||
|
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,27 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uptime_statuspage_subscription_domain_block Resource - terraform-provider-uptime" | ||
subcategory: "" | ||
description: |- | ||
Status page subscription domain block resource | ||
--- | ||
|
||
# uptime_statuspage_subscription_domain_block (Resource) | ||
|
||
Status page subscription domain block resource | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `domain` (String) | ||
- `statuspage_id` (Number) | ||
|
||
### Read-Only | ||
|
||
- `id` (Number) The ID of this resource. | ||
|
||
|
Oops, something went wrong.