Skip to content

Commit 4af8578

Browse files
committed
trivial: update node instance type in the other tfvars.example file
1 parent 1e8e3c4 commit 4af8578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform.tfvars.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags = {
1010
Project = "my-project"
1111
}
1212

13-
node_group_instance_types = ["r7g.2xlarge"]
13+
node_group_instance_types = ["r8g.2xlarge"]
1414
node_group_desired_size = 1
1515
node_group_min_size = 1
1616
node_group_max_size = 2

0 commit comments

Comments
 (0)