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.
1 parent 3c4c2cd commit 1007abcCopy full SHA for 1007abc
terraform/layer1-aws/aws-eks.tf
@@ -23,7 +23,7 @@ locals {
23
]
24
}
25
26
-#tfsec:ignore:aws-vpc-no-public-egress-sgr tfsec:ignore:aws-eks-enable-control-plane-logging tfsec:ignore:aws-eks-encrypt-secrets tfsec:ignore:aws-eks-no-public-cluster-access tfsec:ignore:aws-eks-no-public-cluster-access-to-cidr tfsec:ignore:aws-vpc-no-public-egress-sgr
+#tfsec:ignore:aws-vpc-no-public-egress-sgr tfsec:ignore:aws-eks-enable-control-plane-logging tfsec:ignore:aws-eks-encrypt-secrets tfsec:ignore:aws-eks-no-public-cluster-access tfsec:ignore:aws-eks-no-public-cluster-access-to-cidr
27
module "eks" {
28
source = "terraform-aws-modules/eks/aws"
29
version = "17.1.0"
0 commit comments