mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-31 14:33:08 +02: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(
|
coalescelist(
|
||||||
aws_iam_instance_profile.workers_launch_template.*.role,
|
aws_iam_instance_profile.workers_launch_template.*.role,
|
||||||
data.aws_iam_instance_profile.custom_worker_group_launch_template_iam_instance_profile.*.role_name,
|
data.aws_iam_instance_profile.custom_worker_group_launch_template_iam_instance_profile.*.role_name,
|
||||||
|
[""]
|
||||||
),
|
),
|
||||||
index
|
index
|
||||||
)}"
|
)}"
|
||||||
|
|||||||
Reference in New Issue
Block a user