From 21b799ac6c9f30d883298491119d1f6b3ba46fe8 Mon Sep 17 00:00:00 2001 From: swope Date: Fri, 22 Nov 2024 14:55:04 -0500 Subject: [PATCH] https://issues.redhat.com/browse/ACM-14608 small typo in command-bug --- clusters/hosted_control_planes/create_role_sts_aws.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/hosted_control_planes/create_role_sts_aws.adoc b/clusters/hosted_control_planes/create_role_sts_aws.adoc index ba92f39d66..927f5ef623 100644 --- a/clusters/hosted_control_planes/create_role_sts_aws.adoc +++ b/clusters/hosted_control_planes/create_role_sts_aws.adoc @@ -34,7 +34,7 @@ You need the `arn` value from the output to use in the next step. { "Effect": "Allow", "Principal": { - "AWS": + "AWS": "" }, "Action": "sts:AssumeRole" }