Added data.bitbucketserver_application_properties

This commit is contained in:
Gavin Bunney
2019-10-09 12:01:12 -07:00
parent 9d0c85c37a
commit db39d31880
4 changed files with 120 additions and 0 deletions

View File

@@ -158,6 +158,23 @@ $ terraform import bitbucketserver_admin_mail_server.mail mail.example.com
---
## Data Sources
### Application Properties
```hcl
data "bitbucketserver_application_properties" "main" {}
```
#### Attributes
* `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.
---
## Development Guide
### Requirements