From 5c6fb0921d03af0e023fbcd7af67d48e72e76373 Mon Sep 17 00:00:00 2001 From: "James Armes (they/them)" Date: Thu, 14 Nov 2024 15:40:28 -0500 Subject: [PATCH] docs: Updated submodules and improved formatting. (#27) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6e75861..f4597ac 100644 --- a/README.md +++ b/README.md @@ -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" } } ```