launch configuration doen't have version (#482)

close #479
This commit is contained in:
Thierno IB. BARRY
2019-08-27 17:49:21 +02:00
committed by Max Williams
parent d6d0975452
commit 97df53c099

View File

@@ -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
}
}