Skip to content

Commit

Permalink
Remove quotes from variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinZablocki committed Jul 9, 2021
1 parent ffdbf05 commit ddd6849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoscaling/variables.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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} }

0 comments on commit ddd6849

Please sign in to comment.