mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-18 01:27:55 +01:00
fix: Prevent coalescelist null argument error when destroying worker_group_launch_templates (#842)
Resolves #841
This commit is contained in:
@@ -8,6 +8,7 @@ locals {
|
||||
coalescelist(
|
||||
aws_iam_instance_profile.workers_launch_template.*.role,
|
||||
data.aws_iam_instance_profile.custom_worker_group_launch_template_iam_instance_profile.*.role_name,
|
||||
[""]
|
||||
),
|
||||
index
|
||||
)}"
|
||||
|
||||
Reference in New Issue
Block a user