1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- variable "edgerc" {
- type = string
- default = "~/.edgerc"
- }
- variable "section" {
- type = string
- }
- variable "UserID" {
- type = string
- }
- variable "contract_id" {
- type = string
- default = "F-JOGRYJ"
- }
- variable "group_id" {
- type = string
- default = "246976"
- }
-
- variable "cp_code_id" {
- type = number
- default = 1564612
- }
- variable "secure" {
- type = bool
- default = false
- }
- variable "network" {
- default = "production"
- }
-
- variable "edge_hostname" {
- type = string
- default = "apisecuritylab.edgesuite.net"
- }
-
- variable "email" {
- type = string
- }
-
- variable "origin_hostname" {
- type = string
- default = "172.233.197.159"
- }
|