Skip to content

Commit

Permalink
Remove the resete password element code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
oforero committed Mar 18, 2023
1 parent 4f40203 commit d419bc3
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 417 deletions.
28 changes: 8 additions & 20 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,21 @@
---
page_title: "KopiCloud AD Provider"
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "kopicloud-ad-tf-provider Provider"
subcategory: ""
description: "Setup the KopiCloud AD Terraform Provider"
description: |-
---

# Set Up the KopiCloud AD Terraform Provider
To configure the KopiCloud AD API Terraform provider, log in to your **KopiCloud AD API Management Website** and generate an Authentication Token.
# kopicloud-ad-tf-provider Provider

KopiCloud AD uses Authentication Tokens to authenticate to AD instead of usernames and passwords.

Then configure the KopiCloud AD Terraform Provider with the hostname of your API server and the authentication token.

```
terraform {
required_providers {
kopicloud = {
source = "kopicloud-ad-api/ad"
}
}
}

provider "kopicloud" {
host = "https://api.kopicloud.local"
token = "Basic b3NjYWI8UzFsdkyQMVsuD70"
}
```

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

- `host` (String) KopiCloud AD API Server URL
### Optional

- `host` (String) Kopiclcoud Server URL
- `token` (String) Bearer (JWT) or Basic Authentication Token
Loading

0 comments on commit d419bc3

Please sign in to comment.