From ddd684911444e1188e846f55976dfde809bc84bd Mon Sep 17 00:00:00 2001 From: Marcin Zablocki Date: Fri, 9 Jul 2021 08:59:13 +0200 Subject: [PATCH] Remove quotes from variable --- autoscaling/variables.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoscaling/variables.tpl b/autoscaling/variables.tpl index 7bb27a80..bbea9f62 100755 --- a/autoscaling/variables.tpl +++ b/autoscaling/variables.tpl @@ -79,4 +79,4 @@ variable "nfs_options" { default = "${nfs_options}"} variable "hyperthreading" { default = ${hyperthreading} } variable "unsupported" { default = ${unsupported} } variable "image_ocid" { default = "ocid1.image.oc1..aaaaaaaa5yxem7wzie34hi5km4qm2t754tsfxrjuefyjivebrxjad4jcj5oa" } -variable "ldap" { default = "${ldap}" } +variable "ldap" { default = ${ldap} }