mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-25 10:51:15 +01:00
Added resource bitbucketserver_project_hook and cleaned up delete handling of permission resources
This commit is contained in:
@@ -64,6 +64,9 @@
|
||||
"bitbucketserver_plugin": {
|
||||
"title": "bitbucketserver_plugin"
|
||||
},
|
||||
"bitbucketserver_project_hook": {
|
||||
"title": "bitbucketserver_project_hook"
|
||||
},
|
||||
"bitbucketserver_project_permissions_group": {
|
||||
"title": "bitbucketserver_project_permissions_group"
|
||||
},
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
"bitbucketserver_mail_server",
|
||||
"bitbucketserver_plugin",
|
||||
"bitbucketserver_project",
|
||||
"bitbucketserver_project_hook",
|
||||
"bitbucketserver_project_permissions_group",
|
||||
"bitbucketserver_project_permissions_user",
|
||||
"bitbucketserver_repository",
|
||||
|
||||
Reference in New Issue
Block a user