mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-31 22:43:07 +02:00
committed by
Max Williams
parent
d6d0975452
commit
97df53c099
10
workers.tf
10
workers.tf
@@ -239,15 +239,7 @@ resource "random_pet" "workers" {
|
|||||||
length = 2
|
length = 2
|
||||||
|
|
||||||
keepers = {
|
keepers = {
|
||||||
lt_name = join(
|
lc_name = aws_launch_configuration.workers[count.index].name
|
||||||
"-",
|
|
||||||
compact(
|
|
||||||
[
|
|
||||||
aws_launch_configuration.workers[count.index].name,
|
|
||||||
aws_launch_configuration.workers[count.index].latest_version
|
|
||||||
]
|
|
||||||
)
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user