From 8476c3f13e84a42042f784c66e21212d5ac37638 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 30 Oct 2020 21:59:19 +0000 Subject: [PATCH 1/2] docs: fix typo in provider local name --- website/docs/configuration/provider-requirements.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/provider-requirements.html.md b/website/docs/configuration/provider-requirements.html.md index c5e1c1ced..dd3568716 100644 --- a/website/docs/configuration/provider-requirements.html.md +++ b/website/docs/configuration/provider-requirements.html.md @@ -241,7 +241,7 @@ provider "mycorp_http" { } data "http" "example" { - provider = hashicorp_http + provider = hashicorp-http #... } ``` From a0fee4c3809807aca7aec86829fba6fc4c2bfc74 Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Fri, 30 Oct 2020 17:35:23 -0700 Subject: [PATCH 2/2] website: one more provider name typo --- website/docs/configuration/provider-requirements.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/provider-requirements.html.md b/website/docs/configuration/provider-requirements.html.md index dd3568716..9763ccb77 100644 --- a/website/docs/configuration/provider-requirements.html.md +++ b/website/docs/configuration/provider-requirements.html.md @@ -236,7 +236,7 @@ terraform { # References to these providers elsewhere in the # module will use these compound local names. -provider "mycorp_http" { +provider "mycorp-http" { # ... }