From baf2920acfd9d41903d4927f7e98d8a376df16b6 Mon Sep 17 00:00:00 2001 From: Kerim Satirli Date: Sat, 22 Oct 2016 18:35:37 +0200 Subject: [PATCH] adds missing `language` argument Best I can tell from https://github.com/hashicorp/terraform/blob/HEAD/builtin/providers/bitbucket/resource_repository.go#L23, the `language` argument is missing. Adding it in a `bitbucket_repository` resource is supported: ``` resource "bitbucket_repository" "test-repository" { owner = "${var.bitbucket_username}" name = "test-repository" scm = "${var.bitbucket_settings["scm"]}" language = "markdown" } ``` --- .../source/docs/providers/bitbucket/r/repository.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/providers/bitbucket/r/repository.html.markdown b/website/source/docs/providers/bitbucket/r/repository.html.markdown index 11998b713..3e6bd82c6 100644 --- a/website/source/docs/providers/bitbucket/r/repository.html.markdown +++ b/website/source/docs/providers/bitbucket/r/repository.html.markdown @@ -34,6 +34,7 @@ The following arguments are supported: Defaults to git. * `is_private` - (Optional) If this should be private or not. Defaults to `true`. * `website` - (Optional) URL of website associated with this repository. +* `language` - (Optional) What the language of this repository should be. * `has_issues` - (Optional) If this should have issues turned on or not. * `has_wiki` - (Optional) If this should have wiki turned on or not. * `project_key` - (Optional) If you want to have this repo associated with a