From 8bda0f3dfe9c20a6213b3d7a7a155faec006c48f Mon Sep 17 00:00:00 2001 From: Carmi Wisemon Date: Wed, 27 Mar 2024 15:39:40 +0200 Subject: [PATCH] space added after call-out --- modules/preparing-aws-sts-credentials-for-oadp.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/preparing-aws-sts-credentials-for-oadp.adoc b/modules/preparing-aws-sts-credentials-for-oadp.adoc index ba3860eb9e08..eed4aae6ab34 100644 --- a/modules/preparing-aws-sts-credentials-for-oadp.adoc +++ b/modules/preparing-aws-sts-credentials-for-oadp.adoc @@ -16,6 +16,7 @@ An {aws-full} account must be prepared and configured to accept an {oadp-first} $ export CLUSTER_NAME= <1> ---- <1> The variable can be set to any value. + . Retrieve all the details of the `cluster` such as the `AWS_ACCOUNT_ID, OIDC_ENDPOINT` by running the following command: + [source,terminal]