-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the resete password element code generation
- Loading branch information
Showing
3 changed files
with
405 additions
and
417 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 |
---|---|---|
@@ -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 |
Oops, something went wrong.