Skip to content

Commit

Permalink
adding change log
Browse files Browse the repository at this point in the history
  • Loading branch information
RajBaviskar committed Jun 5, 2023
1 parent 15f6343 commit f878ac5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/567.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:fix
resource/harness_platform_connector_github: adding support for execute_on_delegate.
```
1 change: 1 addition & 0 deletions docs/resources/platform_connector_github.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ resource "harness_platform_connector_github" "test" {
- `api_authentication` (Block List, Max: 1) Configuration for using the github api. API Access is required for using “Git Experience”, for creation of Git based triggers, Webhooks management and updating Git statuses. (see [below for nested schema](#nestedblock--api_authentication))
- `delegate_selectors` (Set of String) Tags to filter delegates for connection.
- `description` (String) Description of the resource.
- `execute_on_delegate` (Boolean) Execute on delegate or not.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
- `tags` (Set of String) Tags to associate with the resource.
Expand Down

0 comments on commit f878ac5

Please sign in to comment.