Adding availability_zone to terraform.tfvars.example
us-west-1a doesn't support t2 or t3 medium instances anymore
This commit is contained in:
@@ -5,3 +5,4 @@ public_key_name = "id_logger"
|
|||||||
public_key_path = "/home/user/.ssh/id_logger.pub"
|
public_key_path = "/home/user/.ssh/id_logger.pub"
|
||||||
private_key_path = "/home/user/.ssh/id_logger"
|
private_key_path = "/home/user/.ssh/id_logger"
|
||||||
ip_whitelist = ["1.2.3.4/32"]
|
ip_whitelist = ["1.2.3.4/32"]
|
||||||
|
availability_zone = "us-west-1b"
|
||||||
|
|||||||
Reference in New Issue
Block a user