From a0fee4c3809807aca7aec86829fba6fc4c2bfc74 Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Fri, 30 Oct 2020 17:35:23 -0700 Subject: [PATCH] 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 dd3568716d..9763ccb779 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" { # ... }