Ian Fijolek
d5078b24da
Occasionally I run into issues with Wesher. This makes it easier to disable use of Wesher by setting TF_VAR_use_wesher to false.
6 lines
167 B
HCL
6 lines
167 B
HCL
variable "use_wesher" {
|
|
type = bool
|
|
description = "Indicates whether or not services should expose themselves on the wesher network"
|
|
default = true
|
|
}
|