12 lines
536 B
Text
12 lines
536 B
Text
# Copy to terraform.tfvars and fill in your values
|
|
vpc_id = "vpc-0abc123def456"
|
|
subnet_ids = ["subnet-0abc123", "subnet-0def456"] # At least 1 subnet
|
|
ssh_cidr = "203.0.113.50/32" # Your home IP
|
|
repo_url = "https://github.com/youruser/everytab.git" # Public repo — enables auto clone+build
|
|
|
|
# Optional overrides:
|
|
# region = "us-east-1"
|
|
# ec2_instance_type = "c5.2xlarge"
|
|
# db_instance_type = "i3.large"
|
|
# scanning = true
|
|
# ec2_ami = "ami-XXXXXXXXXXXX" # Pin to prevent instance replacement
|