Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
FIX: Set default storage class for EKS
Browse files Browse the repository at this point in the history
  • Loading branch information
acosta11 and jamespollard8 committed Feb 1, 2021
1 parent e0dde07 commit 868f3b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/eks/terraform/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ module "eks" {
Environment = var.env_name
}

workers_group_defaults = {
root_volume_type = "gp2"
}

worker_groups = [
{
name = "worker-group"
Expand Down

0 comments on commit 868f3b2

Please sign in to comment.