From edeefb8514f4c1799de4b23d0c2566dd5e43fb42 Mon Sep 17 00:00:00 2001 From: LeoDiazL Date: Tue, 19 Dec 2023 16:16:06 -0300 Subject: [PATCH] Fix --- operations/deployment/terraform/modules/aws/eks/aws_eks_vars.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/deployment/terraform/modules/aws/eks/aws_eks_vars.tf b/operations/deployment/terraform/modules/aws/eks/aws_eks_vars.tf index d0b10ad6..c4b78774 100644 --- a/operations/deployment/terraform/modules/aws/eks/aws_eks_vars.tf +++ b/operations/deployment/terraform/modules/aws/eks/aws_eks_vars.tf @@ -6,7 +6,7 @@ variable "aws_eks_allowed_ports" {} variable "aws_eks_allowed_ports_cidr" {} variable "aws_eks_cluster_name" {} variable "aws_eks_cluster_log_types" {} -variable "aws_eks_cluster_log_retention_days" {} +#variable "aws_eks_cluster_log_retention_days" {} variable "aws_eks_cluster_version" {} variable "aws_eks_instance_type" {} variable "aws_eks_instance_ami_id" {}