12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- variable "edgerc" {
- type = string
- default = "~/.edgerc"
- }
- variable "section" {
- type = string
- default = "aappartner"
- }
- variable "Prefix" {
- type = string
- }
- variable "contract_id" {
- type = string
- default = "V-3X788EZ"
- }
-
- variable "group_id" {
- type = string
- default = "210280"
- }
-
- variable "cp_code_id" {
- type = number
- default = 1283152
- }
- variable "secure" {
- type = bool
- default = true
- }
- variable "network" {
- default = "staging"
- }
-
- variable "edge_hostname" {
- type = string
- default = "appsec-akaed.com.edgekey.net"
- }
-
- variable "email" {
- type = string
- }
-
- variable "origin_hostname" {
- type = string
- default = "upload.akamaitechnicaltraining.com"
- }
|