Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132333435
  1. variable "edgerc_path" {
  2. type = string
  3. default = "~/.edgerc"
  4. }
  5. variable "config_section" {
  6. type = string
  7. default = "default"
  8. }
  9. variable "contract_id" {
  10. type = string
  11. default = "ctr_W-KXID8R"
  12. }
  13. variable "group_id" {
  14. type = string
  15. default = "grp_240886"
  16. }
  17. variable "activate_latest_on_staging" {
  18. type = bool
  19. default = true
  20. }
  21. variable "user_id" {
  22. type = string
  23. default = "devops0caa"
  24. }
  25. #variable "activate_latest_on_production" {
  26. # type = bool
  27. # default = true
  28. #}