generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 5
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
4 changed files
with
64 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "sleuth_code_change_source Resource - terraform-provider-sleuth" | ||
subcategory: "" | ||
description: |- | ||
Sleuth code change source. | ||
--- | ||
|
||
# sleuth_code_change_source (Resource) | ||
|
||
Sleuth code change source. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- **deploy_tracking_type** (String) How to track deploys | ||
- **environment_mappings** (Block List, Min: 1) (see [below for nested schema](#nestedblock--environment_mappings)) | ||
- **name** (String) Change source name | ||
- **project_slug** (String) The project for this environment | ||
- **repository** (Block List, Min: 1, Max: 1) (see [below for nested schema](#nestedblock--repository)) | ||
|
||
### Optional | ||
|
||
- **auto_tracking_delay** (Number) The delay to add to a deployment event | ||
- **collect_impact** (Boolean) Whether to collect impact for its deploys | ||
- **id** (String) The ID of this resource. | ||
- **include_in_dashboard** (Boolean) Whether to include deploys from this change source in the metrics dashboard | ||
- **notify_in_slack** (Boolean) Whether to send Slack notifications for deploys or not | ||
- **path_prefix** (String) What code source path to limit this deployment to. Useful for monorepos | ||
|
||
<a id="nestedblock--environment_mappings"></a> | ||
### Nested Schema for `environment_mappings` | ||
|
||
Required: | ||
|
||
- **branch** (String) The repository branch name for the environment | ||
- **environment_slug** (String) The environment slug or id | ||
|
||
|
||
<a id="nestedblock--repository"></a> | ||
### Nested Schema for `repository` | ||
|
||
Required: | ||
|
||
- **name** (String) The repository name | ||
- **owner** (String) The repository owner, usually the organization or user name | ||
- **provider** (String) The repository provider, such as GITHUB | ||
- **url** (String) The repository url, used for links | ||
|
||
|
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