mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 10:21:08 +01:00
#57 - manage root volume size and type
This commit is contained in:
@@ -37,6 +37,9 @@ resource "aws_launch_configuration" "workers" {
|
||||
}
|
||||
|
||||
root_block_device {
|
||||
volume_size = "${var.root_volume_size}"
|
||||
volume_type = "${var.root_volume_type}"
|
||||
iops = "${var.root_iops}"
|
||||
delete_on_termination = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user