mirror of https://github.com/hashicorp/terraform
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" } ```pull/9523/head
parent
f5c4d79a0e
commit
baf2920acf
Loading…
Reference in new issue