Azure development
This commit is contained in:
10
Azure/Terraform/terraform.tfvars.example
Normal file
10
Azure/Terraform/terraform.tfvars.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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"]
|
||||
Reference in New Issue
Block a user