diff --git a/workers.tf b/workers.tf index d924308..cda6865 100644 --- a/workers.tf +++ b/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 } }