feat: initial commit
This commit is contained in:
commit
94c046e7e7
11 changed files with 89 additions and 0 deletions
6
main.tf
Normal file
6
main.tf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
resource "gitlab_user" "user" {
|
||||
name = var.name
|
||||
username = var.username
|
||||
email = var.email
|
||||
reset_password = true
|
||||
}
|
||||
Reference in a new issue