Added bitbucketserver_project resource and associated tests

This commit is contained in:
Gavin Bunney
2019-10-08 11:57:51 -07:00
parent 716dc05488
commit 2f8cfafafe
7 changed files with 357 additions and 9 deletions

View File

@@ -29,6 +29,7 @@ func Provider() terraform.ResourceProvider {
},
ConfigureFunc: providerConfigure,
ResourcesMap: map[string]*schema.Resource{
"bitbucketserver_project": resourceProject(),
"bitbucketserver_repository": resourceRepository(),
},
}