Skip to content

Commit e41c4aa

Browse files
authored
fix: Prevent coalescelist null argument error when destroying worker_group_launch_templates (#842)
Resolves #841
1 parent 2fd078e commit e41c4aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws_auth.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ locals {
88
coalescelist(
99
aws_iam_instance_profile.workers_launch_template.*.role,
1010
data.aws_iam_instance_profile.custom_worker_group_launch_template_iam_instance_profile.*.role_name,
11+
[""]
1112
),
1213
index
1314
)}"

0 commit comments

Comments
 (0)