From 81d507eb9a58a75f8f1b0fea52db8b256ed905de Mon Sep 17 00:00:00 2001 From: mletalie Date: Tue, 23 Jan 2024 10:37:07 -0500 Subject: [PATCH] fix command output --- modules/rosa-configuring-aws-account.adoc | 11 ++--------- ...a-getting-started-install-configure-cli-tools.adoc | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/modules/rosa-configuring-aws-account.adoc b/modules/rosa-configuring-aws-account.adoc index 73b4b3832c..81e13e0ff0 100644 --- a/modules/rosa-configuring-aws-account.adoc +++ b/modules/rosa-configuring-aws-account.adoc @@ -58,20 +58,13 @@ The ROSA service evaluates regions in the following priority order: + [source,terminal] ---- -$ aws sts get-caller-identity +$ aws sts get-caller-identity --output text ---- + .Example output [source,terminal] ---- ---------------------------------------------------------------------------------- -| GetCallerIdentity | -+-------------------------------------------------------------------------------+ -|+-----------------------------------+-----------------------+-----------------+| -|| Account | Arn | UserID || -|+-----------------------------------+-----------------------+-----------------+| -|| | arn:aws:iam:user:name | || -|+-----------------------------------+-----------------------+-----------------+| + arn:aws:iam:::user/ ---- + After completing these steps, install ROSA. diff --git a/modules/rosa-getting-started-install-configure-cli-tools.adoc b/modules/rosa-getting-started-install-configure-cli-tools.adoc index 4dbf727b3a..8bcfba58ee 100644 --- a/modules/rosa-getting-started-install-configure-cli-tools.adoc +++ b/modules/rosa-getting-started-install-configure-cli-tools.adoc @@ -50,7 +50,7 @@ You can alternatively use the `AWS_DEFAULT_REGION` environment variable to set t + [source,terminal] ---- -$ aws sts get-caller-identity +$ aws sts get-caller-identity --output text ---- + .Example output