Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 730 Bytes

user.html.markdown

File metadata and controls

33 lines (24 loc) · 730 Bytes
layout page_title sidebar_current description
bitbucket
Bitbucket: bitbucket_user
docs-bitbucket-data-user
Provides a data for a Bitbucket user

bitbucket_user

Provdes a way to fetch data on a current user via there username, uuid or Display Name.

Example Usage

# Manage your repository
data "bitbucket_user" "reviewer" {
  username = "gob"
}

Argument Reference

The following arguments are supported:

  • username - (Required) the username have write access to.

Exports

  • uuid the uuid that bitbucket users to connect a user to various objects
  • display_name the display name that the user wants to use for GDPR
  • nickname typically the username but not always true.