MON-287 quote number values as string for terraform
This commit is contained in:
parent
07bee09b44
commit
bf482dfdbf
@ -52,5 +52,5 @@ variable "apache_connect_message" {
|
||||
variable "apache_connect_threshold_critical" {
|
||||
description = "Apache status monitor (critical threshold)"
|
||||
type = "string"
|
||||
default = 1.1754943508222875e-38
|
||||
default = "1.1754943508222875e-38"
|
||||
}
|
||||
|
||||
@ -52,5 +52,5 @@ variable "nginx_connect_message" {
|
||||
variable "nginx_connect_threshold_critical" {
|
||||
description = "Nginx status monitor (critical threshold)"
|
||||
type = "string"
|
||||
default = 1.1754943508222875e-38
|
||||
default = "1.1754943508222875e-38"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user