From d0eaafaab8563cf00e24b4c21cd499968556bb17 Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Fri, 20 Oct 2023 17:55:19 -0400 Subject: [PATCH] ADD NEW LINES --- main.tf | 2 +- modules/app_eks/lb_controller/iam.tf | 2 +- modules/app_eks/main.tf | 2 +- modules/app_eks/variables.tf | 1 - variables.tf | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/main.tf b/main.tf index 8c7d6782..14187d44 100644 --- a/main.tf +++ b/main.tf @@ -213,4 +213,4 @@ module "redis" { # } # } # } -# } \ No newline at end of file +# } diff --git a/modules/app_eks/lb_controller/iam.tf b/modules/app_eks/lb_controller/iam.tf index 2a4210a3..b33c1ac2 100644 --- a/modules/app_eks/lb_controller/iam.tf +++ b/modules/app_eks/lb_controller/iam.tf @@ -29,4 +29,4 @@ resource "aws_iam_policy" "default" { resource "aws_iam_role_policy_attachment" "default" { role = aws_iam_role.default.name policy_arn = aws_iam_policy.default.arn -} \ No newline at end of file +} diff --git a/modules/app_eks/main.tf b/modules/app_eks/main.tf index f46c82ef..bfeb6853 100644 --- a/modules/app_eks/main.tf +++ b/modules/app_eks/main.tf @@ -128,4 +128,4 @@ module "lb_controller" { oidc_issuer = module.eks.cluster_oidc_issuer_url depends_on = [module.eks] -} \ No newline at end of file +} diff --git a/modules/app_eks/variables.tf b/modules/app_eks/variables.tf index e80238e2..a1736ccf 100644 --- a/modules/app_eks/variables.tf +++ b/modules/app_eks/variables.tf @@ -111,4 +111,3 @@ variable "service_port" { type = number default = 32543 } - diff --git a/variables.tf b/variables.tf index 2643a78c..a5bea6ec 100644 --- a/variables.tf +++ b/variables.tf @@ -330,4 +330,4 @@ variable "elasticache_node_type" { # variable "license" { # type = string # description = "Weights & Biases license key." -# } \ No newline at end of file +# }