Skip to content

Commit 42f3a2d

Browse files
committed
Corrected typo in first step of creating ROSA cluster with Terraform procedure.
1 parent 779e98e commit 42f3a2d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

modules/rosa-sts-cluster-terraform.adoc

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ endif::[]
1313
The following Terraform cluster example shows how to create your account-wide IAM roles and a ROSA cluster with a managed OIDC configuration.
1414

1515
.Procedure
16-
. Optional: Because the Terraform files that are created in your current directory during this procedure, you can create a new directory to store these files.
17-
18-
.. To create and navigate into a new directory, run the following command:
16+
. Optional: Because the Terraform files get created in your current directory during this procedure, you can create a new directory to store these files and navigate into it by running the following command:
1917
+
2018
[source,terminal]
2119
----
@@ -100,7 +98,7 @@ terraform {
10098
version = ">= 4.20.0"
10199
}
102100
rhcs = {
103-
version = ">= 1.4.1"
101+
version = ">= 1.5"
104102
source = "terraform-redhat/rhcs"
105103
}
106104
}
@@ -396,10 +394,10 @@ $ rosa list account-roles
396394
----
397395
I: Fetching account roles
398396
ROLE NAME ROLE TYPE ROLE ARN OPENSHIFT VERSION AWS Managed
399-
ROSA-demo-ControlPlane-Role Control plane arn:aws:iam::<ID>:role/ROSA-demo-ControlPlane-Role 4.13 No
400-
ROSA-demo-Installer-Role Installer arn:aws:iam::<ID>:role/ROSA-demo-Installer-Role 4.13 No
401-
ROSA-demo-Support-Role Support arn:aws:iam::<ID>:role/ROSA-demo-Support-Role 4.13 No
402-
ROSA-demo-Worker-Role Worker arn:aws:iam::<ID>:role/ROSA-demo-Worker-Role 4.13 No
397+
ROSA-demo-ControlPlane-Role Control plane arn:aws:iam::<ID>:role/ROSA-demo-ControlPlane-Role 4.14 No
398+
ROSA-demo-Installer-Role Installer arn:aws:iam::<ID>:role/ROSA-demo-Installer-Role 4.14 No
399+
ROSA-demo-Support-Role Support arn:aws:iam::<ID>:role/ROSA-demo-Support-Role 4.14 No
400+
ROSA-demo-Worker-Role Worker arn:aws:iam::<ID>:role/ROSA-demo-Worker-Role 4.14 No
403401
----
404402

405403
. Verify that your Operator roles were created by running the following command:
@@ -419,4 +417,4 @@ rosa-demo 6
419417

420418
ifeval::["{context}" == "rosa-sts-creating-a-cluster-quickly-terraform"]
421419
:!tf-defaults:
422-
endif::[]
420+
endif::[]

0 commit comments

Comments
 (0)