mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-01-18 01:27:58 +01:00
20 lines
527 B
Markdown
20 lines
527 B
Markdown
---
|
|
id: data_bitbucketserver_application_properties
|
|
title: bitbucketserver_application_properties
|
|
---
|
|
|
|
This data source allows you to retrieve version information and other application properties of Bitbucket Server.
|
|
|
|
## Example Usage
|
|
|
|
```hcl
|
|
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.
|