Skip to content

Commit 52a474f

Browse files
david-yumicheleRP
andauthored
Add jq to pre-requisites (#221)
* Update azure-private-link.adoc * Update vpc-byo-aws.adoc * Update vnet-azure.adoc * Update modules/get-started/pages/cluster-types/byoc/aws/vpc-byo-aws.adoc * Update modules/networking/pages/azure-private-link.adoc * Update modules/get-started/pages/cluster-types/byoc/azure/vnet-azure.adoc --------- Co-authored-by: Michele Cyran <[email protected]>
1 parent d47ed5a commit 52a474f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

modules/get-started/pages/cluster-types/byoc/aws/vpc-byo-aws.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The https://github.com/redpanda-data/cloud-examples/tree/main/customer-managed/a
2222
* Minimum permissions in that AWS project. For the actions required by the user who will create the cluster with `rpk cloud byoc aws apply`, see https://github.com/redpanda-data/cloud-examples/blob/main/customer-managed/aws/terraform/iam_rpk_user.tf[`iam_rpk_user.tf`^].
2323
* Familiarity with the Redpanda Cloud API. For example, you should be familiar with how to use the Cloud API to xref:redpanda-cloud:manage:api/cloud-api-authentication.adoc[authenticate] and xref:redpanda-cloud:manage:api/cloud-byoc-controlplane-api.adoc[create a cluster].
2424
* https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli[Terraform^] version 1.8.5 or later.
25+
* https://jqlang.org/download/[jq^], which is used to parse JSON values from API responses.
2526

2627
== Limitations
2728

modules/get-started/pages/cluster-types/byoc/azure/vnet-azure.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ See the code for the complete list of resources required to create and deploy Re
3030
* Permission to call the xref:manage:api/cloud-api-overview.adoc[Redpanda Cloud API]
3131
* Permission to create, modify, and delete the resources described by Terraform
3232
* https://developer.hashicorp.com/terraform/install[Terraform^] version 1.8.5 or later
33+
* https://jqlang.org/download/[jq^], which is used to parse JSON values from API responses
3334

3435
== Limitations
3536

modules/networking/pages/azure-private-link.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ After <<get-a-cloud-api-access-token,getting an access token>>, you can <<create
1818
== Requirements
1919

2020
* Install xref:manage:rpk/rpk-install.adoc[`rpk`].
21+
* Install `jq` [https://jqlang.org/download/], which is used to parse JSON values from API responses.
2122
* You will use the https://learn.microsoft.com/en-us/cli/azure/[Azure CLI^] to authenticate with Azure and configure resources in your Azure account.
2223
* You will use the xref:deploy:deployment-option/cloud/api/cloud-api-overview.adoc[Redpanda Cloud API] to enable the Redpanda Private Link service for your clusters. Follow the steps on this page to <<get-a-cloud-api-access-token, get an access token>>.
2324

0 commit comments

Comments
 (0)