FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

Bitbucket Provider

The Bitbucket provider allows you to manage resources including repositories, webhooks, and default reviewers.

Use the navigation to the left to read about the available resources.

Example Usage

# Configure the Bitbucket Provider
provider "bitbucket" {
    username = "GobBluthe"
    password = "idoillusions" # you can also use app passwords
}

resource "bitbucket_repository" "illusions" {
    owner = "theleagueofmagicians"
    name = "illusions"
    scm = "hg"
    is_private = true
}

Argument Reference

The following arguments are supported in the provider block:


See the source of this document at Terraform.io