We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82a2774 + 25bf397 commit cebbbf1Copy full SHA for cebbbf1
modules/eks/main.tf
@@ -67,6 +67,10 @@ module "eks" {
67
},
68
vpc-cni = {
69
most_recent = true
70
+
71
+ configuration_values = jsonencode({
72
+ enableNetworkPolicy : "true",
73
+ })
74
75
aws-ebs-csi-driver = {
76
service_account_role_arn = "arn:aws:iam::${data.aws_caller_identity.current.account_id}:role/${var.deployment_name}-ebs-csi-controller"
0 commit comments