Merge pull request #9266 from deanwilson/bitbucket_doc_typos

Fix typos in the bitbucket_repository example.
This commit is contained in:
Paul Stack 2016-10-06 22:11:58 +01:00 committed by GitHub
commit 4344a9e777
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ provider "bitbucket" {
password = "idoillusions" # you can also use app passwords
}
resource "bitbucket_repsitory" "illusions" {
resource "bitbucket_repository" "illusions" {
owner = "theleagueofmagicians"
name = "illussions"
name = "illusions"
scm = "hg"
is_private = true
}