From 590ce18276cc13d576b3f94096ce14019184f114 Mon Sep 17 00:00:00 2001 From: AntonBilyk <98952218+AntonBilyk@users.noreply.github.com> Date: Wed, 8 Nov 2023 16:15:01 +0200 Subject: [PATCH] Update main.tf --- tests/main.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/main.tf b/tests/main.tf index fe181ff..69dfc88 100644 --- a/tests/main.tf +++ b/tests/main.tf @@ -9,9 +9,9 @@ module "captain" { node_pools = [ # { # "ami_image_id" : "ami-0b9177c9139f911c2", -# "instance_type" : "t3a.small", +# "instance_type" : "t3a.xlarge", # "name" : "glueops-platform-node-pool-1", -# "node_count" : 2, +# "node_count" : 4, # "spot" : false, # "disk_size_gb" : 20, # "max_pods" : 110, @@ -29,9 +29,9 @@ module "captain" { # }, # { # "ami_image_id" : "ami-0b9177c9139f911c2", -# "instance_type" : "t3a.small", +# "instance_type" : "t3a.large", # "name" : "clusterwide-node-pool-1", -# "node_count" : 2, +# "node_count" : 4, # "spot" : false, # "disk_size_gb" : 20, # "max_pods" : 110,