Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pazhersh committed Oct 3, 2023
1 parent 93fc299 commit 7bdbe13
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
6 changes: 4 additions & 2 deletions docs/resources/port_action.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ Optional:
- `default_jq_query` (String) The default jq query of the object property
- `depends_on` (List of String) The properties that this property depends on
- `description` (String) The description of the property
- `encryption` (String) The algorithm to encrypt the property with
- `icon` (String) The icon of the property
- `required` (Boolean) Whether the property is required
- `title` (String) The title of the property
Expand Down Expand Up @@ -357,6 +358,7 @@ Optional:
- `default_jq_query` (String) The default jq query of the string property
- `depends_on` (List of String) The properties that this property depends on
- `description` (String) The description of the property
- `encryption` (String) The algorithm to encrypt the property with
- `enum` (List of String) The enum of the string property
- `enum_jq_query` (String) The enum jq query of the string property
- `format` (String) The format of the string property
Expand Down Expand Up @@ -410,5 +412,5 @@ Required:
Optional:

- `agent` (Boolean) Use the agent to invoke the action


- `method` (String) The HTTP method to invoke the action
- `synchronized` (Boolean) Synchronize the action
2 changes: 0 additions & 2 deletions docs/resources/port_blueprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,3 @@ Required:
Optional:

- `agent` (Boolean) The agent of the webhook changelog destination


2 changes: 0 additions & 2 deletions docs/resources/port_entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,3 @@ Optional:

- `many_relations` (Map of List of String) The many relation of the entity
- `single_relations` (Map of String) The single relation of the entity


6 changes: 2 additions & 4 deletions docs/resources/port_scorecard.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ description: |-

scorecard resource

<!-- schema generated by tfplugindocs -->


<!-- schema generated by tfplugindocs -->
## Schema

### Required
Expand All @@ -30,7 +31,6 @@ scorecard resource
- `updated_by` (String) The last updater of the scorecard

<a id="nestedatt--rules"></a>

### Nested Schema for `rules`

Required:
Expand All @@ -41,7 +41,6 @@ Required:
- `title` (String) The title of the rule

<a id="nestedatt--rules--query"></a>

### Nested Schema for `rules.query`

Required:
Expand All @@ -50,7 +49,6 @@ Required:
- `conditions` (Attributes List) The conditions of the query (see [below for nested schema](#nestedatt--rules--query--conditions))

<a id="nestedatt--rules--query--conditions"></a>

### Nested Schema for `rules.query.conditions`

Required:
Expand Down
2 changes: 0 additions & 2 deletions docs/resources/port_team.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ Team resource
- `id` (String) The ID of this resource.
- `provider_name` (String) The provider of the team
- `updated_at` (String) The last update date of the team


2 changes: 0 additions & 2 deletions docs/resources/port_webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,3 @@ Optional:
- `signature_algorithm` (String) The signature algorithm of the webhook
- `signature_header_name` (String) The signature header name of the webhook
- `signature_prefix` (String) The signature prefix of the webhook


0 comments on commit 7bdbe13

Please sign in to comment.