From 7ef5246e945911f911e49a88ebd7dc1950c789c1 Mon Sep 17 00:00:00 2001 From: Shigetaka Shirouchi Date: Mon, 4 Jan 2021 19:02:11 +0900 Subject: [PATCH] docs: Fix trivial json format (#10437) --- website/content/docs/builders/amazon/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/builders/amazon/index.mdx b/website/content/docs/builders/amazon/index.mdx index 68459ecc6..39f8d1966 100644 --- a/website/content/docs/builders/amazon/index.mdx +++ b/website/content/docs/builders/amazon/index.mdx @@ -71,7 +71,7 @@ These look like: ```json "builders": { - "type": "amazon-ebs" + "type": "amazon-ebs", "access_key": "AKIAIOSFODNN7EXAMPLE", "secret_key": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY", "region": "us-east-1",