Skip to content

Commit

Permalink
docs: Updated submodules and improved formatting. (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes authored Nov 14, 2024
1 parent d62d480 commit 5c6fb09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ For example:

```hcl
peers = {
"aptible": {
account_id: "123456789012",
vpc_id: "vpc-012ab34cde5678fa9",
region: "us-east-1",
cidr: "10.123.0.0/16"
aptible = {
account_id = "123456789012",
vpc_id = "vpc-012ab34cde5678fa9",
region = "us-east-1",
cidr = "10.123.0.0/16"
}
}
```
Expand Down

0 comments on commit 5c6fb09

Please sign in to comment.