mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-19 16:21:09 +01:00
new release (#452)
This commit is contained in:
@@ -229,14 +229,6 @@ resource "aws_launch_template" "workers_launch_template" {
|
||||
)
|
||||
}
|
||||
|
||||
instance_market_options {
|
||||
market_type = lookup(
|
||||
var.worker_groups_launch_template[count.index],
|
||||
"market_type",
|
||||
local.workers_group_defaults["market_type"],
|
||||
)
|
||||
}
|
||||
|
||||
block_device_mappings {
|
||||
device_name = lookup(
|
||||
var.worker_groups_launch_template[count.index],
|
||||
@@ -306,4 +298,3 @@ resource "aws_iam_instance_profile" "workers_launch_template" {
|
||||
)
|
||||
path = var.iam_path
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user