mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix typo
This commit is contained in:
parent
5c2bf35157
commit
efab9e325e
@ -13,7 +13,7 @@ Provides support for setting up default reviewers for your repository.
|
|||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
# Manage your respository
|
# Manage your repository
|
||||||
resource "bitbucket_default_reviewers" "infrastructure" {
|
resource "bitbucket_default_reviewers" "infrastructure" {
|
||||||
owner = "myteam"
|
owner = "myteam"
|
||||||
repository = "terraform-code"
|
repository = "terraform-code"
|
||||||
|
Loading…
Reference in New Issue
Block a user