diff --git a/.tool-versions b/.tool-versions index 2fb62d2..1504fd7 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 e182d55..88b769d 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.