-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
1b95fcb
commit 4acb7a2
Showing
25 changed files
with
2,503 additions
and
265 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
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
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
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
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
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
42 changes: 42 additions & 0 deletions
42
docs/resources/workflow_task_send_microsoft_teams_blocks.md
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,42 @@ | ||
--- | ||
page_title: "Resource rootly_workflow_task_send_microsoft_teams_blocks - terraform-provider-rootly" | ||
subcategory: Workflow Tasks | ||
description: |- | ||
Manages workflow send_microsoft_teams_blocks task. | ||
--- | ||
|
||
# Resource (rootly_workflow_task_send_microsoft_teams_blocks) | ||
|
||
Manages workflow send_microsoft_teams_blocks task. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `task_params` (Block List, Min: 1, Max: 1) The parameters for this workflow task. (see [below for nested schema](#nestedblock--task_params)) | ||
- `workflow_id` (String) The ID of the parent workflow | ||
|
||
### Optional | ||
|
||
- `enabled` (Boolean) Enable/disable this workflow task | ||
- `name` (String) Name of the workflow task | ||
- `position` (Number) The position of the workflow task (1 being top of list) | ||
- `skip_on_failure` (Boolean) Skip workflow task if any failures | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
<a id="nestedblock--task_params"></a> | ||
### Nested Schema for `task_params` | ||
|
||
Required: | ||
|
||
- `attachments` (String) Support liquid markup. Needs to be a valid JSON string after liquid is parsed | ||
|
||
Optional: | ||
|
||
- `task_type` (String) |
51 changes: 51 additions & 0 deletions
51
docs/resources/workflow_task_send_microsoft_teams_message.md
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,51 @@ | ||
--- | ||
page_title: "Resource rootly_workflow_task_send_microsoft_teams_message - terraform-provider-rootly" | ||
subcategory: Workflow Tasks | ||
description: |- | ||
Manages workflow send_microsoft_teams_message task. | ||
--- | ||
|
||
# Resource (rootly_workflow_task_send_microsoft_teams_message) | ||
|
||
Manages workflow send_microsoft_teams_message task. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `task_params` (Block List, Min: 1, Max: 1) The parameters for this workflow task. (see [below for nested schema](#nestedblock--task_params)) | ||
- `workflow_id` (String) The ID of the parent workflow | ||
|
||
### Optional | ||
|
||
- `enabled` (Boolean) Enable/disable this workflow task | ||
- `name` (String) Name of the workflow task | ||
- `position` (Number) The position of the workflow task (1 being top of list) | ||
- `skip_on_failure` (Boolean) Skip workflow task if any failures | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
<a id="nestedblock--task_params"></a> | ||
### Nested Schema for `task_params` | ||
|
||
Required: | ||
|
||
- `text` (String) The message text | ||
|
||
Optional: | ||
|
||
- `channels` (Block List) (see [below for nested schema](#nestedblock--task_params--channels)) | ||
- `task_type` (String) | ||
|
||
<a id="nestedblock--task_params--channels"></a> | ||
### Nested Schema for `task_params.channels` | ||
|
||
Required: | ||
|
||
- `id` (String) | ||
- `name` (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
Oops, something went wrong.