12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- variable "edgerc" {
- type = string
- default = "~/.edgerc"
- }
- variable "section" {
- type = string
- default = "default"
- }
- variable "UserID" {
- type = string
- }
- variable "contract_id" {
- type = string
- default = "W-KXID8R"
- }
- variable "group_id" {
- type = string
- default = "240742"
- }
-
- variable "origin" {
- type = string
- default = "juiceshopdevops.akaorigin.com"
- }
- variable "cpcodeId" {
- type = number
- default = 1519758
- }
-
- variable "cpcodeName" {
- type = string
- default = "CLILabs"
- }
-
- variable "secure" {
- type = bool
- default = true
- }
- variable "network" {
- default = "STAGING"
- }
-
- variable "hostname" {
- type = string
- default = "akaudevops.com"
- }
-
- variable "edge_hostname" {
- type = string
- default = "akaudevops.com.edgekey.net"
- }
- variable "program" {
- type = string
- default = "clilab"
- }
- variable "email" {
- type = string
- }
|