Add comment re vm1_admin_password to variables.tf

This commit is contained in:
Troy McConaghy 2017-02-11 09:31:52 +01:00
parent efe7669b58
commit 3dc8c8aed5

View File

@ -7,6 +7,7 @@
# client_id = "..." # client_id = "..."
# client_secret = "..." # client_secret = "..."
# tenant_id = "..." # tenant_id = "..."
# vm1_admin_password = "..."
# The secret.tfvars file will be read if you use: # The secret.tfvars file will be read if you use:
# $ terraform <subcommand> -var-file="secret.tfvars" # $ terraform <subcommand> -var-file="secret.tfvars"