Skip to content

Commit 02d03d2

Browse files
pavdjianapparentlymart
authored andcommitted
website: Fix odd spacing on the provider configuration syntax page
1 parent 1c77704 commit 02d03d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/configuration/providers.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ to the provider configuration block:
125125
provider "aws" {
126126
version = "~> 1.0"
127127
128-
region = "us-east-1"
128+
region = "us-east-1"
129129
}
130130
```
131131

0 commit comments

Comments
 (0)