Files
DetectionLab/Azure/Terraform/terraform.tfvars.example
2020-06-14 18:45:18 -07:00

11 lines
540 B
Plaintext

# https://azure.microsoft.com/en-us/global-infrastructure/locations/
region = "US WEST 2"
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>
public_key_path = "/home/user/.ssh/id_logger.pub"
private_key_path = "/home/user/.ssh/id_logger"
# Replace the IP address below with the IP address(es) you'll be using
# to connect to DetectionLab
ip_whitelist = ["1.2.3.4/32"]