-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add monitorv2_action datasource (#135)
- Loading branch information
1 parent
e167e73
commit 1fb3cc6
Showing
10 changed files
with
602 additions
and
13 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,87 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "observe_monitor_v2_action Data Source - terraform-provider-observe" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# observe_monitor_v2_action (Data Source) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `name` (String) | ||
- `workspace` (String) | ||
|
||
### Read-Only | ||
|
||
- `description` (String) | ||
- `destination` (Block List) (see [below for nested schema](#nestedblock--destination)) | ||
- `email` (Block List) (see [below for nested schema](#nestedblock--email)) | ||
- `id` (String) The ID of this resource. | ||
- `oid` (String) | ||
- `type` (String) | ||
- `webhook` (Block List) (see [below for nested schema](#nestedblock--webhook)) | ||
|
||
<a id="nestedblock--destination"></a> | ||
### Nested Schema for `destination` | ||
|
||
Read-Only: | ||
|
||
- `description` (String) | ||
- `email` (Block List) (see [below for nested schema](#nestedblock--destination--email)) | ||
- `oid` (String) | ||
- `webhook` (Block List) (see [below for nested schema](#nestedblock--destination--webhook)) | ||
|
||
<a id="nestedblock--destination--email"></a> | ||
### Nested Schema for `destination.email` | ||
|
||
Read-Only: | ||
|
||
- `addresses` (List of String) | ||
- `users` (List of String) | ||
|
||
|
||
<a id="nestedblock--destination--webhook"></a> | ||
### Nested Schema for `destination.webhook` | ||
|
||
Read-Only: | ||
|
||
- `method` (String) | ||
- `url` (String) | ||
|
||
|
||
|
||
<a id="nestedblock--email"></a> | ||
### Nested Schema for `email` | ||
|
||
Read-Only: | ||
|
||
- `body` (String) | ||
- `fragments` (String) | ||
- `subject` (String) | ||
|
||
|
||
<a id="nestedblock--webhook"></a> | ||
### Nested Schema for `webhook` | ||
|
||
Read-Only: | ||
|
||
- `body` (String) | ||
- `fragments` (String) | ||
- `headers` (Block List) (see [below for nested schema](#nestedblock--webhook--headers)) | ||
|
||
<a id="nestedblock--webhook--headers"></a> | ||
### Nested Schema for `webhook.headers` | ||
|
||
Read-Only: | ||
|
||
- `header` (String) | ||
- `value` (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
Oops, something went wrong.