mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-28 20:21:50 +01:00
Added data.bitbucketserver_application_properties
This commit is contained in:
17
README.md
17
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user