mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-17 23:13:46 +01:00
#57 - manage root volume size and type
This commit is contained in:
15
variables.tf
15
variables.tf
@@ -65,21 +65,6 @@ variable "vpc_id" {
|
||||
description = "VPC where the cluster and workers will be deployed."
|
||||
}
|
||||
|
||||
variable "root_volume_size" {
|
||||
description = "The root size of the volume in gigabytes."
|
||||
default = "20"
|
||||
}
|
||||
|
||||
variable "root_volume_type" {
|
||||
description = "The type of root volume. Can be 'standard', 'gp2', or 'io1'"
|
||||
default = "gp2"
|
||||
}
|
||||
|
||||
variable "root_iops" {
|
||||
description = "The amount of provisioned IOPS. This must be set with a volume_type of 'io1'."
|
||||
default = "0"
|
||||
}
|
||||
|
||||
variable "worker_groups" {
|
||||
description = "A list of maps defining worker group configurations. See workers_group_defaults for valid keys."
|
||||
type = "list"
|
||||
|
||||
Reference in New Issue
Block a user