Skip to content

Commit

Permalink
add ldap variable to autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinZablocki committed Jun 22, 2021
1 parent e60d852 commit a90a58f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoscaling/variables.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ variable "nfs_source_IP" { default = "${nfs_source_IP}"}
variable "nfs_source_path" { default = "${nfs_source_path}"}
variable "nfs_options" { default = "${nfs_options}"}

variable "hyperthreading" { default = ${hyperthreading} }
variable "hyperthreading" { default = ${hyperthreading} }
Variable “ldap” { default = “${ldap}” }

0 comments on commit a90a58f

Please sign in to comment.