Skip to content

Commit

Permalink
regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Jun 14, 2024
1 parent ec48fe4 commit 7d1b7ee
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 0 deletions.
54 changes: 54 additions & 0 deletions docs/data-sources/project.md
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: "plural_project Data Source - terraform-provider-plural"
subcategory: ""
description: |-
---

# plural_project (Data Source)





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

### Optional

- `bindings` (Attributes) Read and write policies of this project. (see [below for nested schema](#nestedatt--bindings))
- `description` (String) Description of this project.
- `id` (String) Internal identifier of this project.
- `name` (String) Human-readable name of this project.

### Read-Only

- `default` (Boolean)

<a id="nestedatt--bindings"></a>
### Nested Schema for `bindings`

Optional:

- `read` (Attributes Set) Read policies of this project. (see [below for nested schema](#nestedatt--bindings--read))
- `write` (Attributes Set) Write policies of this project. (see [below for nested schema](#nestedatt--bindings--write))

<a id="nestedatt--bindings--read"></a>
### Nested Schema for `bindings.read`

Optional:

- `group_id` (String)
- `id` (String)
- `user_id` (String)


<a id="nestedatt--bindings--write"></a>
### Nested Schema for `bindings.write`

Optional:

- `group_id` (String)
- `id` (String)
- `user_id` (String)
57 changes: 57 additions & 0 deletions docs/resources/project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "plural_project Resource - terraform-provider-plural"
subcategory: ""
description: |-
---

# plural_project (Resource)





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

### Required

- `name` (String) Human-readable name of this project.

### Optional

- `bindings` (Attributes) Read and write policies of this project. (see [below for nested schema](#nestedatt--bindings))
- `description` (String) Description of this project.

### Read-Only

- `default` (Boolean)
- `id` (String) Internal identifier of this project.

<a id="nestedatt--bindings"></a>
### Nested Schema for `bindings`

Optional:

- `read` (Attributes Set) Read policies of this project. (see [below for nested schema](#nestedatt--bindings--read))
- `write` (Attributes Set) Write policies of this project. (see [below for nested schema](#nestedatt--bindings--write))

<a id="nestedatt--bindings--read"></a>
### Nested Schema for `bindings.read`

Optional:

- `group_id` (String)
- `id` (String)
- `user_id` (String)


<a id="nestedatt--bindings--write"></a>
### Nested Schema for `bindings.write`

Optional:

- `group_id` (String)
- `id` (String)
- `user_id` (String)

0 comments on commit 7d1b7ee

Please sign in to comment.