|
1234567891011121314151617181920212223242526272829303132333435 |
- variable "edgerc_path" {
- type = string
- default = "~/.edgerc"
- }
-
- variable "config_section" {
- type = string
- default = "default"
- }
-
- variable "contract_id" {
- type = string
- default = "ctr_W-KXID8R"
- }
-
- variable "group_id" {
- type = string
- default = "grp_240886"
- }
-
- variable "activate_latest_on_staging" {
- type = bool
- default = true
- }
-
- variable "user_id" {
- type = string
- default = "devops0caa"
-
- }
-
- #variable "activate_latest_on_production" {
- # type = bool
- # default = true
- #}
|