Skip to content

Commit

Permalink
chore(deps): update terraform young-ook/eks/aws to v1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 14, 2022
1 parent 685b826 commit b417c16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module "external_dns" {

module "container-insights" {
source = "Young-ook/eks/aws//modules/container-insights"
version = "1.6.0"
version = "1.7.5"

cluster_name = data.aws_eks_cluster.eks-cluster.name
oidc = {
Expand All @@ -62,7 +62,7 @@ module "container-insights" {

module "metrics-server" {
source = "Young-ook/eks/aws//modules/metrics-server"
version = "1.6.0"
version = "1.7.5"

cluster_name = data.aws_eks_cluster.eks-cluster.name
oidc = {
Expand All @@ -76,7 +76,7 @@ module "metrics-server" {

module "cluster-autoscaler" {
source = "Young-ook/eks/aws//modules/cluster-autoscaler"
version = "1.6.0"
version = "1.7.5"

cluster_name = data.aws_eks_cluster.eks-cluster.name
oidc = {
Expand Down

0 comments on commit b417c16

Please sign in to comment.