mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-23 09:51:04 +01:00
Fixes for Launch Templates (#361)
* Fixes for Launch Templates * update changelog * add outputs for 3 LT attributes
This commit is contained in:
2
local.tf
2
local.tf
@@ -64,7 +64,7 @@ locals {
|
||||
root_volume_size = "100" # root volume size of workers instances.
|
||||
root_volume_type = "gp2" # root volume type of workers instances, can be 'standard', 'gp2', or 'io1'
|
||||
root_iops = "0" # The amount of provisioned IOPS. This must be set with a volume_type of "io1".
|
||||
root_encrypted = false # root volume encryption for workers.
|
||||
root_encrypted = "" # root volume encryption for workers.
|
||||
kms_key_id = "" # KMS key ID used for encrypted block device. ASG must have access to this key. If not specified, the default KMS key will be used.
|
||||
key_name = "" # The key name that should be used for the instances in the autoscaling group
|
||||
pre_userdata = "" # userdata to pre-append to the default userdata.
|
||||
|
||||
Reference in New Issue
Block a user