Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermo-musumeci authored Apr 3, 2023
1 parent 6df9845 commit 1339c1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/resources/kopicloud_computer.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ output "OUTPUT_new_computer" {

### Required

- `ad_computer_name` (String) Computer name
- `ad_computer_name` (String) Computer Name

### Optional

- `description` (String) Computer description
- `ou_path` (String) OU Path (Distinguished name)
- `description` (String) Computer Description
- `ou_path` (String) OU Path (Distinguished Name)

### Read-Only

- `id` (String) The ID of this resource
- `id` (String) The ID of this Resource
- `result` (List of Object) Single AD Computer (see [below for nested schema](#nestedatt--result))

<a id="nestedatt--result"></a>
Expand All @@ -59,5 +59,5 @@ Read-Only:
- `description` (String) Computer Description
- `dns_name` (String) DNS Name
- `operating_system` (String) Operating System
- `path` (String) OU Path (Distinguished name)
- `path` (String) AD OU Path (Distinguished Name)
- `sid` (String) Computer SID

0 comments on commit 1339c1c

Please sign in to comment.