Update terraform.tfvars.example

This commit is contained in:
Chris Long
2020-07-04 17:00:13 -07:00
committed by GitHub
parent 3763ec439b
commit eb7cb33afb

View File

@@ -1,5 +1,5 @@
# https://azure.microsoft.com/en-us/global-infrastructure/locations/
region = "US WEST 2"
region = "westus2"
public_key_name = "id_logger" # This can be changed to whatever you want
# These values must point to a valid keypair.
# You'll log into the logger host via: ssh -i /home/user/.ssh/id_logger vagrant@<public_logger_ip>