1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

fix: Correct access policy logic to support not providing a policy to associate (#3464)

This commit is contained in:
Bryant Biggs
2025-08-02 07:55:57 -05:00
committed by GitHub
parent b745952ac8
commit 39be61d702
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ variable "access_entries" {
namespaces = optional(list(string))
type = string
})
})))
})), {})
}))
default = {}
}