Skip to content

Generate datasources based on OpenAPI specification #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions docs/data-sources/accounts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "boundary_accounts Data Source - terraform-provider-boundary"
subcategory: ""
description: |-
Lists all Accounts in a specific Auth Method.
---

# boundary_accounts (Data Source)

Lists all Accounts in a specific Auth Method.



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

### Optional

- **auth_method_id** (String)
- **filter** (String)
- **id** (String) The ID of this resource.

### Read-Only

- **items** (List of Object) (see [below for nested schema](#nestedatt--items))

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

Read-Only:

- **auth_method_id** (String)
- **authorized_actions** (List of String)
- **created_time** (String)
- **description** (String)
- **id** (String)
- **managed_group_ids** (List of String)
- **name** (String)
- **scope** (List of Object) (see [below for nested schema](#nestedobjatt--items--scope))
- **type** (String)
- **updated_time** (String)
- **version** (Number)

<a id="nestedobjatt--items--scope"></a>
### Nested Schema for `items.scope`

Read-Only:

- **description** (String)
- **id** (String)
- **name** (String)
- **parent_scope_id** (String)
- **type** (String)


57 changes: 57 additions & 0 deletions docs/data-sources/auth_methods.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: "boundary_auth_methods Data Source - terraform-provider-boundary"
subcategory: ""
description: |-
Lists all Auth Methods.
---

# boundary_auth_methods (Data Source)

Lists all Auth Methods.



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

### Optional

- **filter** (String)
- **id** (String) The ID of this resource.
- **recursive** (Boolean)
- **scope_id** (String)

### Read-Only

- **items** (List of Object) (see [below for nested schema](#nestedatt--items))

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

Read-Only:

- **authorized_actions** (List of String)
- **created_time** (String)
- **description** (String)
- **id** (String)
- **is_primary** (Boolean)
- **name** (String)
- **scope** (List of Object) (see [below for nested schema](#nestedobjatt--items--scope))
- **scope_id** (String)
- **type** (String)
- **updated_time** (String)
- **version** (Number)

<a id="nestedobjatt--items--scope"></a>
### Nested Schema for `items.scope`

Read-Only:

- **description** (String)
- **id** (String)
- **name** (String)
- **parent_scope_id** (String)
- **type** (String)


58 changes: 58 additions & 0 deletions docs/data-sources/auth_tokens.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "boundary_auth_tokens Data Source - terraform-provider-boundary"
subcategory: ""
description: |-
Lists all Auth Tokens.
---

# boundary_auth_tokens (Data Source)

Lists all Auth Tokens.



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

### Optional

- **filter** (String)
- **id** (String) The ID of this resource.
- **recursive** (Boolean)
- **scope_id** (String)

### Read-Only

- **items** (List of Object) (see [below for nested schema](#nestedatt--items))

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

Read-Only:

- **account_id** (String)
- **approximate_last_used_time** (String)
- **auth_method_id** (String)
- **authorized_actions** (List of String)
- **created_time** (String)
- **expiration_time** (String)
- **id** (String)
- **scope** (List of Object) (see [below for nested schema](#nestedobjatt--items--scope))
- **scope_id** (String)
- **token** (String)
- **updated_time** (String)
- **user_id** (String)

<a id="nestedobjatt--items--scope"></a>
### Nested Schema for `items.scope`

Read-Only:

- **description** (String)
- **id** (String)
- **name** (String)
- **parent_scope_id** (String)
- **type** (String)


55 changes: 55 additions & 0 deletions docs/data-sources/credential_libraries.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "boundary_credential_libraries Data Source - terraform-provider-boundary"
subcategory: ""
description: |-
Lists all Credential Library.
---

# boundary_credential_libraries (Data Source)

Lists all Credential Library.



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

### Optional

- **credential_store_id** (String)
- **filter** (String)
- **id** (String) The ID of this resource.

### Read-Only

- **items** (List of Object) (see [below for nested schema](#nestedatt--items))

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

Read-Only:

- **authorized_actions** (List of String)
- **created_time** (String)
- **credential_store_id** (String)
- **description** (String)
- **id** (String)
- **name** (String)
- **scope** (List of Object) (see [below for nested schema](#nestedobjatt--items--scope))
- **type** (String)
- **updated_time** (String)
- **version** (Number)

<a id="nestedobjatt--items--scope"></a>
### Nested Schema for `items.scope`

Read-Only:

- **description** (String)
- **id** (String)
- **name** (String)
- **parent_scope_id** (String)
- **type** (String)


56 changes: 56 additions & 0 deletions docs/data-sources/credential_stores.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "boundary_credential_stores Data Source - terraform-provider-boundary"
subcategory: ""
description: |-
Lists all Credential Stores.
---

# boundary_credential_stores (Data Source)

Lists all Credential Stores.



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

### Optional

- **filter** (String)
- **id** (String) The ID of this resource.
- **recursive** (Boolean)
- **scope_id** (String)

### Read-Only

- **items** (List of Object) (see [below for nested schema](#nestedatt--items))

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

Read-Only:

- **authorized_actions** (List of String)
- **created_time** (String)
- **description** (String)
- **id** (String)
- **name** (String)
- **scope** (List of Object) (see [below for nested schema](#nestedobjatt--items--scope))
- **scope_id** (String)
- **type** (String)
- **updated_time** (String)
- **version** (Number)

<a id="nestedobjatt--items--scope"></a>
### Nested Schema for `items.scope`

Read-Only:

- **description** (String)
- **id** (String)
- **name** (String)
- **parent_scope_id** (String)
- **type** (String)


66 changes: 66 additions & 0 deletions docs/data-sources/groups.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "boundary_groups Data Source - terraform-provider-boundary"
subcategory: ""
description: |-
Lists all Groups.
---

# boundary_groups (Data Source)

Lists all Groups.



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

### Optional

- **filter** (String)
- **id** (String) The ID of this resource.
- **recursive** (Boolean)
- **scope_id** (String)

### Read-Only

- **items** (List of Object) (see [below for nested schema](#nestedatt--items))

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

Read-Only:

- **authorized_actions** (List of String)
- **created_time** (String)
- **description** (String)
- **id** (String)
- **member_ids** (List of String)
- **members** (List of Object) (see [below for nested schema](#nestedobjatt--items--members))
- **name** (String)
- **scope** (List of Object) (see [below for nested schema](#nestedobjatt--items--scope))
- **scope_id** (String)
- **updated_time** (String)
- **version** (Number)

<a id="nestedobjatt--items--members"></a>
### Nested Schema for `items.members`

Read-Only:

- **id** (String)
- **scope_id** (String)


<a id="nestedobjatt--items--scope"></a>
### Nested Schema for `items.scope`

Read-Only:

- **description** (String)
- **id** (String)
- **name** (String)
- **parent_scope_id** (String)
- **type** (String)


Loading