12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- variable "edgerc" {
- type = string
- default = "~/.edgerc"
- }
- variable "section" {
- type = string
- default = "protector"
- }
- variable "Prefix" {
- type = string
- }
- variable "contract_id" {
- type = string
- default = "V-3VC1HD6"
- }
-
- variable "group_id" {
- type = string
- default = "202825"
- }
-
- variable "cp_code_id" {
- type = number
- default = 1244209
- }
- variable "secure" {
- type = bool
- default = true
- }
- variable "network" {
- default = "staging"
- }
-
- variable "edge_hostname" {
- type = string
- default = "gslab-juiceshop.com.edgekey.net"
- }
-
- variable "email" {
- type = string
- }
-
- variable "origin_hostname" {
- type = string
- default = "upload.akamaitechnicaltraining.com"
- }
|