From 9f70b4ac0e71700c610fa7ce924c7771b8343e43 Mon Sep 17 00:00:00 2001 From: Leo J <153937047+leiicamundi@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:24:08 +0100 Subject: [PATCH] update doc --- .tool-versions | 2 ++ README.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.tool-versions b/.tool-versions index 2fb62d21..1504fd7c 100644 --- a/.tool-versions +++ b/.tool-versions @@ -20,6 +20,8 @@ eksctl 0.200.0 golang 1.23.4 +jq 1.7.1 + just 1.38.0 opentofu 1.9.0 diff --git a/README.md b/README.md index e182d55b..88b769d1 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Consider installing Camunda 8 via [this guide](https://docs.camunda.io/docs/next ### Prerequisites -- **AWS CLI**: Command-line interface for interacting with AWS. -- **jq**: A lightweight and flexible command-line JSON processor. -- **bash**: A command-line interpreter required for executing the verification scripts. +- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html): Command-line interface for interacting with AWS. +- [jq](https://jqlang.github.io/jq/download/): A lightweight and flexible command-line JSON processor. +- bash: A command-line interpreter required for executing the verification scripts. These tools are required because **verification scripts** are used to ensure that resources can be deployed within AWS quotas. These scripts rely on `jq` to parse the JSON data returned by the AWS CLI and `bash` for executing conditional commands.