Merge pull request #26763 from hashicorp/radeksimko-patch-1
docs: fix typo in provider local name
This commit is contained in:
commit
a413fa7425
|
@ -236,12 +236,12 @@ terraform {
|
||||||
|
|
||||||
# References to these providers elsewhere in the
|
# References to these providers elsewhere in the
|
||||||
# module will use these compound local names.
|
# module will use these compound local names.
|
||||||
provider "mycorp_http" {
|
provider "mycorp-http" {
|
||||||
# ...
|
# ...
|
||||||
}
|
}
|
||||||
|
|
||||||
data "http" "example" {
|
data "http" "example" {
|
||||||
provider = hashicorp_http
|
provider = hashicorp-http
|
||||||
#...
|
#...
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue