baf2920acf
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" } ``` |
||
---|---|---|
.. | ||
default_reviewers.html.markdown | ||
hook.html.markdown | ||
repository.html.markdown |