-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec48fe4
commit 7d1b7ee
Showing
2 changed files
with
111 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |