Files
DetectionLab/AWS/Terraform/terraform.tfvars.example

11 lines
363 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"]
availability_zone = "us-west-1b"
// tag_prefix = "some_prefix_"
// custom-tags = {"tag_name": "tag_value"}