variable "aws_region" { description = "AWS region for all resources" type = string default = "eu-central-1" } variable "project_name" { description = "Project name for resource naming" type = string default = "qvest-task" }