From 8476c3f13e84a42042f784c66e21212d5ac37638 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 30 Oct 2020 21:59:19 +0000 Subject: [PATCH] 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 c5e1c1cedd..dd3568716d 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 #... } ```