6 lines
167 B
Terraform
6 lines
167 B
Terraform
|
variable "use_wesher" {
|
||
|
type = bool
|
||
|
description = "Indicates whether or not services should expose themselves on the wesher network"
|
||
|
default = true
|
||
|
}
|