website: Fix odd spacing on the provider configuration syntax page

This commit is contained in:
Peter 2019-05-17 16:45:08 +01:00 committed by Martin Atkins
parent 1c77704a3b
commit 02d03d2d25
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ to the provider configuration block:
provider "aws" {
version = "~> 1.0"
region = "us-east-1"
region = "us-east-1"
}
```