Skip to content

Commit

Permalink
Fix provider element failures and add password reset with the user el…
Browse files Browse the repository at this point in the history
…ement
  • Loading branch information
oforero committed Mar 18, 2023
1 parent 467d609 commit 4f40203
Show file tree
Hide file tree
Showing 37 changed files with 1,634 additions and 645 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEST?=$$(go list ./... | grep -v 'vendor')
HOSTNAME=github.com
NAMESPACE=KopiCloud-AD-API
NAME=terraform-provider-ad
NAME=ad
BINARY=terraform-provider-${NAME}
VERSION=$(shell git describe --tags)
BUIDL_DATE=$(shell date +%Y-%m-%d)
Expand Down
1 change: 1 addition & 0 deletions docs/resources/kopicloud_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Element to create, update, delete Users from Active Directory

### Required

- `new_password` (String)
- `password` (String)
- `username` (String)

Expand Down
74 changes: 0 additions & 74 deletions docs/resources/kopicloud_user_password_reset.md

This file was deleted.

Loading

0 comments on commit 4f40203

Please sign in to comment.