From d8a36019aec47db38c3f0601e26eb7f830036fa2 Mon Sep 17 00:00:00 2001 From: troymc Date: Mon, 22 Aug 2016 14:28:58 +0200 Subject: [PATCH] docs: say where to change the default ssh_key_name: variables.tf --- docs/source/prod-node-setup-mgmt/prov-one-m-aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/prod-node-setup-mgmt/prov-one-m-aws.md b/docs/source/prod-node-setup-mgmt/prov-one-m-aws.md index 294fdd59..3884fa4f 100644 --- a/docs/source/prod-node-setup-mgmt/prov-one-m-aws.md +++ b/docs/source/prod-node-setup-mgmt/prov-one-m-aws.md @@ -19,7 +19,7 @@ It should ask you the value of `ssh_key_name`. It figured out the plan by reading all the `.tf` Terraform files in the directory. -If you don't want to be asked for the `ssh_key_name`, you can change the default value of `ssh_key_name` or [you can set an environmen variable](https://www.terraform.io/docs/configuration/variables.html) named `TF_VAR_ssh_key_name`. +If you don't want to be asked for the `ssh_key_name`, you can change the default value of `ssh_key_name` (in the file `variables.tf`) or [you can set an environmen variable](https://www.terraform.io/docs/configuration/variables.html) named `TF_VAR_ssh_key_name`. ## Provision