Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonBilyk authored Nov 8, 2023
1 parent 728f27a commit 590ce18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 590ce18

Please sign in to comment.