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]