Files
DetectionLab/Terraform/terraform.tfvars.example
chiggins 0f8f230d81 Fixes #284
Changes the AWS profile to be a user-supplied variable, opposed to
statically being just `terraform`.
2019-05-15 15:27:58 -05:00

8 lines
256 B
Plaintext

region = "us-west-1"
profile = "terraform"
shared_credentials_file = "/home/user/.aws/credentials"
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"]