Merged in MON-287_use_string_for_number (pull request #132)
MON-287 quote number values as string for terraform Approved-by: Quentin Manfroi <quentin.manfroi@yahoo.fr> Approved-by: Laurent Piroelle <laurent.piroelle@fr.clara.net> Approved-by: Alexandre Gaillet <alexandre.gaillet@fr.clara.net> Approved-by: gauthierampe <gauthier.ampe@fr.clara.net>
This commit is contained in:
commit
6a05c91162
@ -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