Skip to content

Commit

Permalink
Fix kubernetes_groups error in eks-access-entry
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed May 20, 2024
1 parent 0764e38 commit f018471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eks-access-entry/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "aws_eks_access_entry" "this" {
)
kubernetes_groups = (var.type == "STANDARD"
? var.kubernetes_groups
: []
: null
)

timeouts {
Expand Down

0 comments on commit f018471

Please sign in to comment.