diff --git a/website/docs/configuration/providers.html.md b/website/docs/configuration/providers.html.md index d8b6771d2..96a911b39 100644 --- a/website/docs/configuration/providers.html.md +++ b/website/docs/configuration/providers.html.md @@ -125,7 +125,7 @@ to the provider configuration block: provider "aws" { version = "~> 1.0" - region = "us-east-1" + region = "us-east-1" } ```