variable "short_name" { description = "This is the unique identifier for your application" default = "security-orchestrator" } # Update 'owner_email' with a default value variable "owner_email" { description = "The email address for your team" default = "Product-Security-Engineering@coxautoinc.com" } # Update 'owner_name' with a default value variable "owner_name" { description = "Your team name" default = "Product-Security-Engineering" }