1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- variable "edgerc" {
- type = string
- default = "~/.edgerc"
- }
- variable "section" {
- type = string
- default = "protector"
- }
- variable "LDAPID" {
- type = string
- }
- variable "contract_id" {
- type = string
- default = "V-3VC1HD6"
- }
- variable "group_id" {
- type = string
- default = "229854"
- }
- variable "origin_hostname" {
- type = string
- default = "juiceshopdevops.akaorigin.com"
- }
- variable "cp_code_id" {
- type = number
- default = 1432565
- }
- variable "cp_code_name"{
- type = string
- default = "devOps-lab"
- }
- variable "secure" {
- type = bool
- default = true
- }
- variable "network" {
- default = "STAGING"
- }
- variable "hostname" {
- type = string
- default = "gslab-juiceshop.com"
- }
- variable "edge_hostname" {
- type = string
- default = "gslab-juiceshop.com.edgekey.net"
- }
- variable "labname" {
- type = string
- default = "tf"
- }
- variable "email" {
- type = string
- }
|