variable "edgerc" { type = string default = "~/.edgerc" } variable "section" { type = string } variable "prefix" { type = string } variable "contract_id" { type = string } variable "group_id" { type = string } variable "origin" { type = string } variable "cpcodeId" { type = number } variable "cpcodeName" { type = string } variable "secure" { type = bool } variable "network" { default = "STAGING" } variable "hostname" { type = string } variable "edge_hostname" { type = string } variable "program" { type = string } variable "email" { type = string }