opentofu/website/source/docs
Kerim Satirli baf2920acf 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"
}
```
2016-10-22 18:35:37 +02:00
..
commands No, for AWS Route53 zones the ID is not the domain (#9302) 2016-10-09 18:29:38 +02:00
configuration I'd like to be able to anchor to functions 2016-10-21 17:28:01 +11:00
import Add google resources to importability docs 2016-10-20 14:44:07 -07:00
internals Update the docs to indicate that TF_LOG_PLAN is append now. 2016-10-18 13:10:15 -07:00
modules Merge pull request #9161 from jamtur01/patch-2 2016-10-03 14:44:16 +01:00
plugins Updated Plugins section. (#8235) 2016-08-16 14:21:33 -05:00
providers adds missing language argument 2016-10-22 18:35:37 +02:00
provisioners Remove key_file from docs as well 2016-10-12 14:48:15 -04:00
state Documentation formatting fix 2016-10-05 16:09:10 -07:00
index.html.markdown Add meta descriptions to all pages 2014-10-21 23:21:56 -04:00