Files
terraform-provider-bitbucke…/docusaurus/docs/data_application_properties.md
2019-10-14 15:50:22 -07:00

527 B

id, title
id title
data_bitbucketserver_application_properties 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.