docs: fix typo in provider local name
This commit is contained in:
parent
13d70844d7
commit
8476c3f13e
|
@ -241,7 +241,7 @@ provider "mycorp_http" {
|
|||
}
|
||||
|
||||
data "http" "example" {
|
||||
provider = hashicorp_http
|
||||
provider = hashicorp-http
|
||||
#...
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue