Skip to content

Commit

Permalink
Increase instance_volume_size default to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
ltellesfl committed Nov 8, 2024
1 parent 28f0925 commit 471e9ba
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 471e9ba

Please sign in to comment.