Skip to content

Commit 9ba49a2

Browse files
Fix autoscaling with variable privilege group name
1 parent 1cc5d9c commit 9ba49a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/variables.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ variable "instance_pool_ocpus" { default = "##OCPU##"}
3333
variable "instance_pool_memory" { default = "##MEM##" }
3434
variable "instance_pool_custom_memory" { default = ##CUSTOM_MEM## }
3535
variable "privilege_sudo" { default = ${privilege_sudo} }
36-
variable "privilege_group_name" { default = ${privilege_group_name} }
36+
variable "privilege_group_name" { default = "${privilege_group_name}" }
3737
variable "marketplace_listing" {
3838
default = "##MP_LIST##"
3939
}

0 commit comments

Comments
 (0)