diff --git a/Azure/Terraform/terraform.tfvars.example b/Azure/Terraform/terraform.tfvars.example index 8555a73..2a2aca5 100644 --- a/Azure/Terraform/terraform.tfvars.example +++ b/Azure/Terraform/terraform.tfvars.example @@ -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@