mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-04-20 15:51:20 +02:00
Added bitbucketserver_user resource; updated tests to create users on the fly
This commit is contained in:
@@ -41,6 +41,7 @@ func resourceRepository() *schema.Resource {
|
||||
"name": {
|
||||
Type: schema.TypeString,
|
||||
Required: true,
|
||||
ForceNew: true,
|
||||
},
|
||||
"slug": {
|
||||
Type: schema.TypeString,
|
||||
@@ -50,6 +51,7 @@ func resourceRepository() *schema.Resource {
|
||||
"project": {
|
||||
Type: schema.TypeString,
|
||||
Required: true,
|
||||
ForceNew: true,
|
||||
},
|
||||
"description": {
|
||||
Type: schema.TypeString,
|
||||
|
||||
Reference in New Issue
Block a user