You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

variables.tf 666B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. variable "edgerc" {
  2. type = string
  3. default = "~/.edgerc"
  4. }
  5. variable "section" {
  6. type = string
  7. default = "aufraud"
  8. }
  9. variable "UserID" {
  10. type = string
  11. }
  12. variable "contract_id" {
  13. type = string
  14. default = "V-43SXZKZ"
  15. }
  16. variable "group_id" {
  17. type = string
  18. default = "222767"
  19. }
  20. variable "cp_code_id" {
  21. type = number
  22. default = 1397517
  23. }
  24. variable "secure" {
  25. type = bool
  26. default = true
  27. }
  28. variable "network" {
  29. default = "staging"
  30. }
  31. variable "edge_hostname" {
  32. type = string
  33. default = "fm.akamaiusec.com.edgekey.net"
  34. }
  35. variable "email" {
  36. type = string
  37. }
  38. variable "origin_hostname" {
  39. type = string
  40. default = "juiceshop.akaorigin.com"
  41. }