Skip to content

Commit

Permalink
Increase instance_volume_size default to 60 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltellesfl authored Nov 8, 2024
1 parent 28f0925 commit d2b6814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ variable "vpc_flow_logs_iam_role_arn" {
}
variable "instance_volume_size" {
type = number
default = 40
default = 60
description = "The size of EBS volume to attach to the cluster nodes"
}

Expand Down

0 comments on commit d2b6814

Please sign in to comment.