Fix typos in the bitbucket_repository example.

This commit is contained in:
Dean Wilson 2016-10-06 22:08:22 +01:00
parent 8a6d3b2f88
commit e0b336e359
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
}