From 3dc8c8aed56fcc06f73fd5e027d9e08465e24b23 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Sat, 11 Feb 2017 09:31:52 +0100 Subject: [PATCH] Add comment re vm1_admin_password to variables.tf --- azure/starter-vm/terraform/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/azure/starter-vm/terraform/variables.tf b/azure/starter-vm/terraform/variables.tf index 9cecbcd8..0143c86d 100644 --- a/azure/starter-vm/terraform/variables.tf +++ b/azure/starter-vm/terraform/variables.tf @@ -7,6 +7,7 @@ # client_id = "..." # client_secret = "..." # tenant_id = "..." +# vm1_admin_password = "..." # The secret.tfvars file will be read if you use: # $ terraform -var-file="secret.tfvars"