mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-18 09:38:33 +01:00
fix: Default root_volume_type must be gp2 (#1404)
This commit is contained in:
committed by
GitHub
parent
1dc56fd5ab
commit
73c5107724
2
local.tf
2
local.tf
@@ -46,7 +46,7 @@ locals {
|
||||
spot_price = "" # Cost of spot instance.
|
||||
placement_tenancy = "" # The tenancy of the instance. Valid values are "default" or "dedicated".
|
||||
root_volume_size = "100" # root volume size of workers instances.
|
||||
root_volume_type = "gp3" # root volume type of workers instances, can be "standard", "gp3", "gp2", or "io1"
|
||||
root_volume_type = "gp2" # root volume type of workers instances, can be "standard", "gp3", "gp2", or "io1"
|
||||
root_iops = "0" # The amount of provisioned IOPS. This must be set with a volume_type of "io1".
|
||||
root_volume_throughput = null # The amount of throughput to provision for a gp3 volume.
|
||||
key_name = "" # The key pair name that should be used for the instances in the autoscaling group
|
||||
|
||||
Reference in New Issue
Block a user