From ae92ffd157c3f9fd0766890fbd99c3dcce62c23b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 20 Dec 2023 10:03:16 -0600 Subject: [PATCH] update --- TERRAFORM.GITLAB.RKE/variables.tfvars | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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}"