diff --git a/TERRAFORM.GITLAB.RKE/variables.tfvars b/TERRAFORM.GITLAB.RKE/variables.tfvars index 7816d0f..cab3faf 100644 --- a/TERRAFORM.GITLAB.RKE/variables.tfvars +++ b/TERRAFORM.GITLAB.RKE/variables.tfvars @@ -6,12 +6,12 @@ appname = "#{appname}" searchdomain = "#{searchdomain}" master = { - count = #{count} - template = "#{template}" - cores = #{cores} - memory = "#{memory}" - node = [#{node}] - ip = [#{ip}] + count = #{master-count} + template = "#{master-template}" + cores = #{master-cores} + memory = "#{master-memory}" + node = [#{master-node}] + ip = [#{master-ip}] } pm_api_url = "#{pm_api_url}"