layout | page_title | sidebar_current | description |
---|---|---|---|
bitbucket |
Bitbucket: bitbucket_project |
docs-bitbucket-resource-project |
Create and manage a Bitbucket project |
bitbucket_project
This resource allows you to manage your projects in your bitbucket team.
Example Usage
# Manage your repository
resource "bitbucket_project" "devops" {
owner = "my-team"
name = "devops"
key = "DEVOPS"
}
Argument Reference
The following arguments are supported:
owner
- (Required) The owner of this project. Can be you or any team you have write access to.name
- (Required) The name of the projectkey
- (Required) The key used for this projectdescription
- (Optional) The description of the projectis_private
- (Optional) If you want to keep the project private - defaults to true