Skip to content

Commit

Permalink
chore: update eks tf module and k8s versions (#14)
Browse files Browse the repository at this point in the history
feat: updated eks terraform

1. update permissions in artifact
2. update eks tf module
3. update cluster version deafults to 1.31
4. remove use of no_tags
  • Loading branch information
fidiego authored Nov 22, 2024
1 parent 1661673 commit 387dfc8
Show file tree
Hide file tree
Showing 12 changed files with 366 additions and 280 deletions.
192 changes: 104 additions & 88 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion alb-ingress.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ resource "helm_release" "alb-ingress-controller" {

depends_on = [
helm_release.cert_manager,
module.alb_controller_irsa
module.alb_controller_irsa,
module.eks,
]
}
Loading

0 comments on commit 387dfc8

Please sign in to comment.