Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/eks-cluster/aws to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 6, 2024
1 parent bcd46f9 commit 814ee32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ module "https_sg" {

module "eks_cluster" {
source = "cloudposse/eks-cluster/aws"
version = "4.2.0"
version = "4.4.0"
region = var.region
subnet_ids = module.subnets.public_subnet_ids
kubernetes_version = var.kubernetes_version
Expand Down

0 comments on commit 814ee32

Please sign in to comment.