From 02d03d2d258b00a9ee0d99290c8f4c0d67b3e5b3 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 17 May 2019 16:45:08 +0100 Subject: [PATCH] website: Fix odd spacing on the provider configuration syntax page --- website/docs/configuration/providers.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/providers.html.md b/website/docs/configuration/providers.html.md index d8b6771d26..96a911b397 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" } ```