mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
|
||||
# module will use these compound local names.
|
||||
provider "mycorp_http" {
|
||||
provider "mycorp-http" {
|
||||
# ...
|
||||
}
|
||||
|
||||
data "http" "example" {
|
||||
provider = hashicorp_http
|
||||
provider = hashicorp-http
|
||||
#...
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user