# Environment configuration
environment        = "qa"
application_family = "devops"
aws_region         = "eu-central-1"

# EC2 Instance configuration
instance_name = "network-connectivity-test"
instance_type = "t3.micro"

# Network configuration - UPDATE THESE VALUES
# Find your VPC, subnet, and security group IDs from AWS Console or existing resources
vpc_id            = "vpc-08cb96679a27d39f4"
subnet_id         = "subnet-0e1edee1d72cd01b3" # qa_routed_frontend_private_subnet_0
security_group_id = "sg-04d711a42e3225006"

# SSH Key - UPDATE THIS VALUE
# Use an existing EC2 key pair name from your AWS account
key_name = "tanzeel_test"
