Skip to content

Commit

Permalink
support oauth token
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Mar 14, 2022
1 parent da0aa64 commit 8ab13c4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ resource "bitbucket_project" "project" {

The following arguments are supported in the `provider` block:

* `username` - (Required) Your username used to connect to bitbucket. You can
* `username` - (Optional) Your username used to connect to bitbucket. You can
also set this via the environment variable. `BITBUCKET_USERNAME`

* `password` - (Required) Your password used to connect to bitbucket. You can
* `password` - (Optional) Your password used to connect to bitbucket. You can
also set this via the environment variable. `BITBUCKET_PASSWORD`

* `oauth_token` - (Optional) Your password used to connect to bitbucket. You can
also set this via the environment variable. `BITBUCKET_OAUTH_TOKEN`

0 comments on commit 8ab13c4

Please sign in to comment.