Skip to content

Commit 73c07c9

Browse files
authored
remove t2 instance to fix #233 (#239)
1 parent c9a9106 commit 73c07c9

File tree

1 file changed

+1
-1
lines changed
  • templates/terraform/environments/stage

1 file changed

+1
-1
lines changed

templates/terraform/environments/stage/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module "stage" {
7373

7474
eks_node_groups = {
7575
main = {
76-
instance_types = ["t3.medium", "t2.medium", "t3.large"]
76+
instance_types = ["t3.medium", "t3.large"]
7777
asg_min_size = 1
7878
asg_max_size = 3
7979
# Enable use of spot instances instead of on-demand.

0 commit comments

Comments
 (0)