From 6487f8d426cee196fa5b6f42c5d6aee5fb624471 Mon Sep 17 00:00:00 2001 From: Daniel Fitzgerald Date: Fri, 21 Oct 2022 12:28:12 +0100 Subject: [PATCH] docs: added links to configure lw cli in prereqs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9362ec6..33eabd2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The terraform module will create the following in your AWS account ## Terraform install ### Prequisites -Install the Lacework CLI and configure an API key. Install the AWS CLI. +[Install the Lacework CLI](https://docs.lacework.com/cli#installation), [create an API Key](https://docs.lacework.com/cli#create-api-key) and [configure the CLI with the API key](https://docs.lacework.com/cli#configure-the-cli). [Install the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) and configure a profile. 1. Clone the repo 2. `cd terraform`