Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pazhersh committed Nov 15, 2023
1 parent b968d3f commit 9ee37e4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
20 changes: 8 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
---

# generated by https://github.com/hashicorp/terraform-plugin-docs

page_title: "port-labs Provider"
subcategory: ""
description: |-
Interact with Port-labs
Interact with Port-labs
---

# port-labs Provider

[getport.io](https://getport.io)

Interact with Port-labs

<!-- schema generated by tfplugindocs -->

## Schema

### Required

- `client_id` (String) Client ID for Port-labs (environment: `PORT_CLIENT_ID`)
- `secret` (String, Sensitive) Client Secret for Port-labs (environment: `PORT_CLIENT_SECRET`)
<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `base_url` (String) Base URL for Port-labs (environment: `PORT_BASE_URL`)
- `base_url` (String)
- `client_id` (String) Client ID for Port-labs
- `secret` (String, Sensitive) Client Secret for Port-labs
- `token` (String, Sensitive) Token for Port-labs
10 changes: 10 additions & 0 deletions docs/resources/port_action.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ Optional:
- `required` (Boolean) Whether the property is required
- `string_items` (Attributes) The items of the array property (see [below for nested schema](#nestedatt--user_properties--array_props--string_items))
- `title` (String) The title of the property
- `visible` (Boolean) The visibility of the array property
- `visible_jq_query` (String) The visibility condition jq query of the array property

<a id="nestedatt--user_properties--array_props--boolean_items"></a>
### Nested Schema for `user_properties.array_props.boolean_items`
Expand Down Expand Up @@ -217,6 +219,8 @@ Optional:
- `icon` (String) The icon of the property
- `required` (Boolean) Whether the property is required
- `title` (String) The title of the property
- `visible` (Boolean) The visibility of the boolean property
- `visible_jq_query` (String) The visibility condition jq query of the boolean property

<a id="nestedatt--user_properties--boolean_props--dataset"></a>
### Nested Schema for `user_properties.boolean_props.dataset`
Expand Down Expand Up @@ -267,6 +271,8 @@ Optional:
- `minimum` (Number) The max of the number property
- `required` (Boolean) Whether the property is required
- `title` (String) The title of the property
- `visible` (Boolean) The visibility of the number property
- `visible_jq_query` (String) The visibility condition jq query of the number property

<a id="nestedatt--user_properties--number_props--dataset"></a>
### Nested Schema for `user_properties.number_props.dataset`
Expand Down Expand Up @@ -314,6 +320,8 @@ Optional:
- `icon` (String) The icon of the property
- `required` (Boolean) Whether the property is required
- `title` (String) The title of the property
- `visible` (Boolean) The visibility of the object property
- `visible_jq_query` (String) The visibility condition jq query of the object property

<a id="nestedatt--user_properties--object_props--dataset"></a>
### Nested Schema for `user_properties.object_props.dataset`
Expand Down Expand Up @@ -368,6 +376,8 @@ Optional:
- `pattern` (String) The pattern of the string property
- `required` (Boolean) Whether the property is required
- `title` (String) The title of the property
- `visible` (Boolean) The visibility of the string property
- `visible_jq_query` (String) The visibility condition jq query of the string property

<a id="nestedatt--user_properties--string_props--dataset"></a>
### Nested Schema for `user_properties.string_props.dataset`
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/port_team.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Team resource
### Optional

- `description` (String) The description of the team
- `users` (List of String) The users of the team
- `users` (Set of String) The users of the team

### Read-Only

Expand Down

0 comments on commit 9ee37e4

Please sign in to comment.