fix max_instance_lifetime for workers (#771)

* fix max_instance_lifetime for workers

* update changelog

* update changelog
This commit is contained in:
Thierno IB. BARRY
2020-03-10 22:01:01 +01:00
committed by GitHub
parent f465e55721
commit 2715b01e4e
2 changed files with 2 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ resource "aws_autoscaling_group" "workers" {
local.workers_group_defaults["termination_policies"]
)
max_instance_lifetime = lookup(
var.worker_groups_launch_template[count.index],
var.worker_groups[count.index],
"max_instance_lifetime",
local.workers_group_defaults["max_instance_lifetime"],
)