Fix typos in the bitbucket_repository example.
This commit is contained in:
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…
Reference in New Issue