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 873B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. variable "edgerc" {
  2. type = string
  3. default = "~/.edgerc"
  4. }
  5. variable "section" {
  6. type = string
  7. default = "protector"
  8. }
  9. variable "LDAPID" {
  10. type = string
  11. }
  12. variable "contract_id" {
  13. type = string
  14. default = "V-3VC1HD6"
  15. }
  16. variable "group_id" {
  17. type = string
  18. default = "229854"
  19. }
  20. variable "origin_hostname" {
  21. type = string
  22. default = "juiceshopdevops.akaorigin.com"
  23. }
  24. variable "cp_code_id" {
  25. type = number
  26. default = 1432565
  27. }
  28. variable "cp_code_name"{
  29. type = string
  30. default = "devOps-lab"
  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 = "gslab-juiceshop.com"
  42. }
  43. variable "edge_hostname" {
  44. type = string
  45. default = "gslab-juiceshop.com.edgekey.net"
  46. }
  47. variable "labname" {
  48. type = string
  49. default = "tf"
  50. }
  51. variable "email" {
  52. type = string
  53. }