Skip to content

Commit 9ee37e4

Browse files
committed
updated docs
1 parent b968d3f commit 9ee37e4

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

docs/index.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
11
---
2-
32
# generated by https://github.com/hashicorp/terraform-plugin-docs
4-
53
page_title: "port-labs Provider"
64
subcategory: ""
75
description: |-
8-
Interact with Port-labs
6+
Interact with Port-labs
7+
---
98

109
# port-labs Provider
1110

12-
[getport.io](https://getport.io)
13-
1411
Interact with Port-labs
1512

16-
<!-- schema generated by tfplugindocs -->
17-
18-
## Schema
1913

20-
### Required
2114

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

2518
### Optional
2619

27-
- `base_url` (String) Base URL for Port-labs (environment: `PORT_BASE_URL`)
20+
- `base_url` (String)
21+
- `client_id` (String) Client ID for Port-labs
22+
- `secret` (String, Sensitive) Client Secret for Port-labs
23+
- `token` (String, Sensitive) Token for Port-labs

docs/resources/port_action.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ Optional:
133133
- `required` (Boolean) Whether the property is required
134134
- `string_items` (Attributes) The items of the array property (see [below for nested schema](#nestedatt--user_properties--array_props--string_items))
135135
- `title` (String) The title of the property
136+
- `visible` (Boolean) The visibility of the array property
137+
- `visible_jq_query` (String) The visibility condition jq query of the array property
136138

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

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

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

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

372382
<a id="nestedatt--user_properties--string_props--dataset"></a>
373383
### Nested Schema for `user_properties.string_props.dataset`

docs/resources/port_team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Team resource
2222
### Optional
2323

2424
- `description` (String) The description of the team
25-
- `users` (List of String) The users of the team
25+
- `users` (Set of String) The users of the team
2626

2727
### Read-Only
2828

0 commit comments

Comments
 (0)