Fix typos in the bitbucket_repository example.

pull/9266/head
Dean Wilson 10 years ago
parent 8a6d3b2f88
commit e0b336e359

@ -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
}

Loading…
Cancel
Save