Skip to content

Commit

Permalink
chore: update autogenerated documentation for service accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Aug 28, 2024
1 parent a08f8ae commit f47a368
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/resources/service_account.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "unleash_service_account Resource - terraform-provider-unleash"
subcategory: ""
description: |-
Manages a service account.
---

# unleash_service_account (Resource)

Manages a service account.



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

### Required

- `name` (String) The name of the service account.
- `root_role` (Number) The root role ID for the service account.

### Optional

- `username` (String) The username for the service account.

### Read-Only

- `id` (Number) The ID of the service account.
27 changes: 27 additions & 0 deletions docs/resources/service_account_token.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "unleash_service_account_token Resource - terraform-provider-unleash"
subcategory: ""
description: |-
Manages service account tokens.
---

# unleash_service_account_token (Resource)

Manages service account tokens.



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

### Required

- `description` (String) The description of the service account token.
- `expires_at` (String) The expiration date of the service account token.
- `service_account_id` (Number) The ID of the service account token.

### Read-Only

- `id` (Number) The ID of the service account.
- `secret` (String, Sensitive) The secret of the service account token.

0 comments on commit f47a368

Please sign in to comment.