Added initial docs page skeleton

This commit is contained in:
Gavin Bunney
2019-10-14 12:56:04 -07:00
parent 6e0f2f87e7
commit 8e832185b0
16 changed files with 7150 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
id: data_application_properties
title: bitbucketserver_application_properties
---
This data source allows you to retrieve version information and other application properties of Bitbucket Server.
## Example Usage
```
data "bitbucketserver_application_properties" "main" { }
```
## Attribute Reference
* `version` - Version of Bitbucket.
* `build_number` - Build number of the Bitbucket instance.
* `build_date` - Date the Bitbucket build was made,
* `display_name` - Name of the Bitbucket instance.