123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- variable "edgerc" {
- type = string
- default = "~/.edgerc"
- }
- variable "section" {
- type = string
- default = "aufraud"
- }
- variable "UserID" {
- type = string
- }
- variable "contract_id" {
- type = string
- default = "V-43SXZKZ"
- }
- variable "group_id" {
- type = string
- default = "222767"
- }
-
- variable "cp_code_id" {
- type = number
- default = 1397517
- }
- variable "secure" {
- type = bool
- default = true
- }
- variable "network" {
- default = "staging"
- }
-
- variable "edge_hostname" {
- type = string
- default = "fm.akamaiusec.com.edgekey.net"
- }
-
- variable "email" {
- type = string
- }
-
- variable "origin_hostname" {
- type = string
- default = "juiceshop.akaorigin.com"
- }
|