mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-19 01:57:35 +01: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
|
||||
|
||||
keepers = {
|
||||
lt_name = join(
|
||||
"-",
|
||||
compact(
|
||||
[
|
||||
aws_launch_configuration.workers[count.index].name,
|
||||
aws_launch_configuration.workers[count.index].latest_version
|
||||
]
|
||||
)
|
||||
)
|
||||
lc_name = aws_launch_configuration.workers[count.index].name
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user