Skip to content

Commit b46e042

Browse files
authored
Merge pull request hashicorp#53 from hashicorp/jake-doc-updates
jake-doc-updates: fixing variable names to what is in the variables file
2 parents 8c0b553 + e2dab82 commit b46e042

File tree

1 file changed

+2
-2
lines changed
  • self-serve-infrastructure/k8s-services

1 file changed

+2
-2
lines changed

self-serve-infrastructure/k8s-services/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Execute the following commands to deploy the pods and services to your Kubernete
2424
1. Create a new TFE workspace called k8s-services-acs-dev or k8s-services-gke-dev depending on whether you are deploying to ACS or GKE.
2525
1. Configure your workspace to connect to the fork of this repository in your own GitHub account.
2626
1. Click the "More options" link, set the Terraform Working Directory to "self-serve-infrastructure/k8s-services" and the VCS Branch to "dev". (If you are only using one cluster and did not create a dev branch on your fork, use "master" instead or just leave the VCS Branch blank.)
27-
1. Set the tfe-organization Terraform variable in your new workspace to the name of the TFE organization containing your Kubernetes cluster workspace.
28-
1. Set the k8s-cluster-workspace Terraform variable in your new workspace to the name of the workspace you used to deploy your Kubernetes cluster.
27+
1. Set the *tfe_organization* Terraform variable in your new workspace to the name of the TFE organization containing your Kubernetes cluster workspace.
28+
1. Set the *k8s_cluster_workspace* Terraform variable in your new workspace to the name of the workspace you used to deploy your Kubernetes cluster.
2929
1. Queue a plan for the services workspace in TFE by clicking the "Queue Plan" button in the upper right corner of your workspace.
3030
1. On the Latest Run tab, you should see a new run. If the plan succeeds, you can view the plan and verify that the pods and services will be created when you apply your plan.
3131
1. Click the "Confirm and Apply" button to actually deploy the pods and services.

0 commit comments

Comments
 (0)