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 da04d3c commit b0c9826Copy full SHA for b0c9826
terraform/layer1-aws/aws-vpc.tf
@@ -14,6 +14,7 @@ data "aws_security_group" "default" {
14
}
15
16
#tfsec:ignore:aws-ec2-no-public-ip-subnet
17
+#tfsec:ignore:aws-ec2-require-vpc-flow-logs-for-all-vpcs
18
module "vpc" {
19
source = "terraform-aws-modules/vpc/aws"
20
version = "3.12.0"
terraform/layer2-k8s/eks-external-secrets.tf
@@ -107,7 +107,7 @@ module "external_secrets_namespace" {
107
ingress = {
108
ports = [
109
{
110
- port = "9443"
+ port = "10250"
111
protocol = "TCP"
112
113
]
0 commit comments