Skip to content

Commit

Permalink
chore(deps): update terraform young-ook/eks/aws to v1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent bfbe48f commit 3a1eec2
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 @@ -43,7 +43,7 @@ module "external_dns" {

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

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

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

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

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

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

0 comments on commit 3a1eec2

Please sign in to comment.