From b5ccce7516b6897a7d2f24eccdd9698704415c0d Mon Sep 17 00:00:00 2001 From: Cody Williams <cody.williams.5@us.af.mil> Date: Fri, 14 Oct 2022 10:44:55 -0500 Subject: [PATCH] Updating instructions --- docs/developer/aws-k3d-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/aws-k3d-script.md b/docs/developer/aws-k3d-script.md index af3f7bf859..519146932f 100644 --- a/docs/developer/aws-k3d-script.md +++ b/docs/developer/aws-k3d-script.md @@ -25,7 +25,7 @@ The instance will automatically terminate 8 hours after creation. # aws_access_key_id - The AWS access key part of your credentials # aws_secret_access_key - The AWS secret access key part of your credentials # region - us-gov-west-1 - # output - JSON + # output - json # Verify configuration aws configure list -- GitLab