added user resource and fixed some typos
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed

This commit is contained in:
2022-06-14 23:24:42 +02:00
parent f8ea8a9276
commit f9e9235726
8 changed files with 464 additions and 8 deletions

View File

@ -0,0 +1,7 @@
resource "gitea_user" "test" {
username = "test"
login_name = "test"
password = "Geheim1!"
email = "test@user.dev"
must_change_password = false
}