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" } variable "git_repo_url" { description = "The GHE url for your project" default = "https://ghe.coxautoinc.com/Product-Security-Engineering/security-orchestrator-rust-cli.git" } variable "docker_build_image" { description = "The docker image that will be used while running your codebuild steps" default = "aws/codebuild/standard:5.0" } variable "build_spec_file" { description = "Your codebuild spec file" default = "buildspec/buildspec_remote.yml" } variable "ciid" { default = "CI2359372" description = "Cox auto CI" }