You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/rosa-sts-cluster-terraform.adoc
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,7 @@ endif::[]
13
13
The following Terraform cluster example shows how to create your account-wide IAM roles and a ROSA cluster with a managed OIDC configuration.
14
14
15
15
.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:
19
17
+
20
18
[source,terminal]
21
19
----
@@ -100,7 +98,7 @@ terraform {
100
98
version = ">= 4.20.0"
101
99
}
102
100
rhcs = {
103
-
version = ">= 1.4.1"
101
+
version = ">= 1.5"
104
102
source = "terraform-redhat/rhcs"
105
103
}
106
104
}
@@ -396,10 +394,10 @@ $ rosa list account-roles
396
394
----
397
395
I: Fetching account roles
398
396
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
403
401
----
404
402
405
403
. Verify that your Operator roles were created by running the following command:
0 commit comments