Skip to content

Commit 8cb68f3

Browse files
committed
Added a prefix to the export command
1 parent 7746ebd commit 8cb68f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/rosa-sts-account-roles-terraform.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you do not specify an account-role prefix, a prefix is generated in the forma
5757
+
5858
[source,terminal]
5959
----
60-
$ export account_role_prefix=<account_role_prefix>
60+
$ export TF_VAR_account_role_prefix=<account_role_prefix>
6161
----
6262

6363
. Create the Terraform files locally by using the following code templates:
@@ -95,7 +95,7 @@ $ cat<<-EOF>main.tf
9595
version = ">= 4.20.0"
9696
}
9797
rhcs = {
98-
version = ">= 1.3.0"
98+
version = "1.4.0"
9999
source = "terraform-redhat/rhcs"
100100
}
101101
}

0 commit comments

Comments
 (0)