variables.tf variable "env" { description = "Environment" default = "dev" } variable "app_name" { description = "Application name"