Skip to content

Commit 18b9873

Browse files
fix:api_group empty to bypass a bug
1 parent fc53a3e commit 18b9873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ resource "kubernetes_cluster_role_binding" "lambda-user-role-binding" {
129129
subject {
130130
kind = "User"
131131
name = "lambda"
132-
api_group = "rbac.authorization.k8s.io"
132+
api_group = ""
133133
}
134134
}

0 commit comments

Comments
 (0)