Skip to content

Commit ddd6849

Browse files
Remove quotes from variable
1 parent ffdbf05 commit ddd6849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoscaling/variables.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ variable "nfs_options" { default = "${nfs_options}"}
7979
variable "hyperthreading" { default = ${hyperthreading} }
8080
variable "unsupported" { default = ${unsupported} }
8181
variable "image_ocid" { default = "ocid1.image.oc1..aaaaaaaa5yxem7wzie34hi5km4qm2t754tsfxrjuefyjivebrxjad4jcj5oa" }
82-
variable "ldap" { default = "${ldap}" }
82+
variable "ldap" { default = ${ldap} }

0 commit comments

Comments
 (0)