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: self-serve-infrastructure/k8s-services-openshift/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ If you want to use open source Terraform instead of TFE, you can create a copy o
45
45
1. Create a new TFE workspace called k8s-services-openshift.
46
46
1. Configure your workspace to connect to the fork of this repository in your own GitHub account.
47
47
1. Set the Terraform Working Directory to "self-serve-infrastructure/k8s-services-openshift"
48
-
1. Set the **tfe-organization** Terraform variable in your workspace to the name of the TFE organization containing your OpenShift cluster workspace.
49
-
1. Set the **k8s-cluster-workspace** Terraform variable in your workspace to the name of the workspace you used to deploy your OpenShift cluster.
48
+
1. Set the **tfe_organization** Terraform variable in your workspace to the name of the TFE organization containing your OpenShift cluster workspace.
49
+
1. Set the **k8s_cluster_workspace** Terraform variable in your workspace to the name of the workspace you used to deploy your OpenShift cluster.
50
50
1. Set the **private_key_data** Terraform variable in your workspace to include the contents of the private key file you used when provisioning the cluster. This is needed since the Terraform code uses a remote-exec provisioner to create the project and service account with the `oc` and `kubectl` CLIs respectively. (The service_account resource of the Kubernetes provider cannot be used in this case because OpenShift creates service accounts with two secrets while the resource expects each service account to only have one secret.)
0 commit comments