mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-04-21 08:11:18 +02:00
Added data.bitbucketserver_application_properties
This commit is contained in:
@@ -28,6 +28,9 @@ func Provider() terraform.ResourceProvider {
|
||||
},
|
||||
},
|
||||
ConfigureFunc: providerConfigure,
|
||||
DataSourcesMap: map[string]*schema.Resource{
|
||||
"bitbucketserver_application_properties": dataSourceApplicationProperties(),
|
||||
},
|
||||
ResourcesMap: map[string]*schema.Resource{
|
||||
"bitbucketserver_admin_license": resourceAdminLicense(),
|
||||
"bitbucketserver_admin_mail_server": resourceAdminMailServer(),
|
||||
|
||||
Reference in New Issue
Block a user