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.

vars.tf 854B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. variable "edgerc" {
  2. type = string
  3. default = "~/.edgerc"
  4. }
  5. variable "section" {
  6. type = string
  7. default = "default"
  8. }
  9. variable "UserID" {
  10. type = string
  11. }
  12. variable "contract_id" {
  13. type = string
  14. default = "W-KXID8R"
  15. }
  16. variable "group_id" {
  17. type = string
  18. default = "240742"
  19. }
  20. variable "origin" {
  21. type = string
  22. default = "juiceshopdevops.akaorigin.com"
  23. }
  24. variable "cpcodeId" {
  25. type = number
  26. default = 1519758
  27. }
  28. variable "cpcodeName" {
  29. type = string
  30. default = "CLILabs"
  31. }
  32. variable "secure" {
  33. type = bool
  34. default = true
  35. }
  36. variable "network" {
  37. default = "STAGING"
  38. }
  39. variable "hostname" {
  40. type = string
  41. default = "akaudevops.com"
  42. }
  43. variable "edge_hostname" {
  44. type = string
  45. default = "akaudevops.com.edgekey.net"
  46. }
  47. variable "program" {
  48. type = string
  49. default = "clilab"
  50. }
  51. variable "email" {
  52. type = string
  53. }