mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
website: Fix odd spacing on the provider configuration syntax page
This commit is contained in:
parent
1c77704a3b
commit
02d03d2d25
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ to the provider configuration block:
|
|||
provider "aws" {
|
||||
version = "~> 1.0"
|
||||
|
||||
region = "us-east-1"
|
||||
region = "us-east-1"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue