Skip to content

Commit cd6fa44

Browse files
add ldap variable to autoscaling
1 parent 142e7dd commit cd6fa44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

autoscaling/variables.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,9 @@ variable "nfs_source_path" { default = "${nfs_source_path}"}
7777
variable "nfs_options" { default = "${nfs_options}"}
7878

7979
variable "hyperthreading" { default = ${hyperthreading} }
80+
<<<<<<< HEAD
8081
variable "unsupported" { default = ${unsupported} }
8182
variable "image_ocid" { default = "ocid1.image.oc1..aaaaaaaa5yxem7wzie34hi5km4qm2t754tsfxrjuefyjivebrxjad4jcj5oa" }
83+
=======
84+
Variable “ldap” { default = “${ldap}” }
85+
>>>>>>> a90a58f (add ldap variable to autoscaling)

0 commit comments

Comments
 (0)