Skip to content

Commit

Permalink
Refactor main.tf: Remove disk_size from EKS node group configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlahbib committed Nov 16, 2024
1 parent a12ca23 commit 97bb712
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ resource "aws_eks_node_group" "eks_nodes" {
subnet_ids = module.vpc.private_subnets
ami_type = "AL2_x86_64"
instance_types = ["t3.micro"]
disk_size = 20
capacity_type = "ON_DEMAND"

launch_template {
Expand Down

0 comments on commit 97bb712

Please sign in to comment.