Skip to content

Commit f018471

Browse files
committed
Fix kubernetes_groups error in eks-access-entry
1 parent 0764e38 commit f018471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/eks-access-entry/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ resource "aws_eks_access_entry" "this" {
3030
)
3131
kubernetes_groups = (var.type == "STANDARD"
3232
? var.kubernetes_groups
33-
: []
33+
: null
3434
)
3535

3636
timeouts {

0 commit comments

Comments
 (0)