terraform-provider-bitbucket

command module
v0.0.0-...-7b95c2c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2017 License: MIT Imports: 5 Imported by: 0

README

Note: Terraform now contains a bitbucket provider

https://www.terraform.io/docs/providers/bitbucket/index.html

Summary

bitbucket provider for Terraform

Configure Provider

provider "bitbucket" {
  username = "foo"
  password = "bar"
}

Create Group

resource "bitbucket_group" "group" {
  name       = "admin_group"
  permission = "admin"
  auto_add   = false
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL