docs: fix typo in provider local name

This commit is contained in:
Radek Simko 2020-10-30 21:59:19 +00:00 committed by GitHub
parent 13d70844d7
commit 8476c3f13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ provider "mycorp_http" {
}
data "http" "example" {
provider = hashicorp_http
provider = hashicorp-http
#...
}
```