From 1f98883b01d1f5715dd4c5e2e0ba7ae4f477d559 Mon Sep 17 00:00:00 2001 From: Peter Kolloch Date: Fri, 9 Apr 2021 13:20:29 +0200 Subject: [PATCH] README.md: Mention that the script requires jq And thanks a lot, great module! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 596a2d2..108b904 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Cluster size and instance types are configurable through Terraform variables. * Terraform must be installed * Bash must be installed * SSH should be installed and configured with an SSH Key and Agent (Recommended) -* Having kubectl installed is recommended +* Having `kubectl`/`jq` installed is recommended Note that you'll need Terraform v0.12 or newer to run this project.