mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
fix: Use splat syntax to avoid errors during destroy with an empty state (#1041)
This commit is contained in:
committed by
GitHub
parent
c75fbb0164
commit
d97edde9cd
+1
-2
@@ -1,5 +1,4 @@
|
||||
data "aws_caller_identity" "current" {
|
||||
}
|
||||
data "aws_caller_identity" "current" {}
|
||||
|
||||
locals {
|
||||
auth_launch_template_worker_roles = [
|
||||
|
||||
Reference in New Issue
Block a user