From 97df53c0994d62f924133e2b5fd0bb67e5f7b11b Mon Sep 17 00:00:00 2001 From: "Thierno IB. BARRY" Date: Tue, 27 Aug 2019 17:49:21 +0200 Subject: [PATCH] launch configuration doen't have version (#482) close #479 --- workers.tf | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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 } }