Adding availability_zone to terraform.tfvars.example

us-west-1a doesn't support t2 or t3 medium instances anymore
This commit is contained in:
Chris Long
2020-05-11 20:05:01 -07:00
committed by GitHub
parent 79a2a03b5c
commit d686a50f81

View File

@@ -5,3 +5,4 @@ public_key_name = "id_logger"
public_key_path = "/home/user/.ssh/id_logger.pub"
private_key_path = "/home/user/.ssh/id_logger"
ip_whitelist = ["1.2.3.4/32"]
availability_zone = "us-west-1b"