Skip to content

Commit

Permalink
launch configuration doen't have version (terraform-aws-modules#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierno IB. BARRY authored and max-rocket-internet committed Aug 27, 2019
1 parent d6d0975 commit 97df53c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions workers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit 97df53c

Please sign in to comment.