6 lines
144 B
Terraform
6 lines
144 B
Terraform
variable "monitoring" {
|
|
default = true
|
|
description = "Boolean controlling whether monitoring agent is installed"
|
|
type = bool
|
|
}
|