Skip to content

Commit

Permalink
ADD NEW LINES
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 20, 2023
1 parent 167859f commit d0eaafa
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ module "redis" {
# }
# }
# }
# }
# }
2 changes: 1 addition & 1 deletion modules/app_eks/lb_controller/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
2 changes: 1 addition & 1 deletion modules/app_eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ module "lb_controller" {
oidc_issuer = module.eks.cluster_oidc_issuer_url

depends_on = [module.eks]
}
}
1 change: 0 additions & 1 deletion modules/app_eks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,3 @@ variable "service_port" {
type = number
default = 32543
}

2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,4 @@ variable "elasticache_node_type" {
# variable "license" {
# type = string
# description = "Weights & Biases license key."
# }
# }

0 comments on commit d0eaafa

Please sign in to comment.