Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Jan 17, 2025
1 parent bebd63b commit 9f70b4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ eksctl 0.200.0

golang 1.23.4

jq 1.7.1

just 1.38.0

opentofu 1.9.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9f70b4a

Please sign in to comment.