From 478a163cd901cbbb1bf3b191d8724c911f4cfb1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 06:44:12 +0000 Subject: [PATCH] chore(deps): bump eks::devops-stack-module-cluster-eks in /examples/eks Bumps [eks::devops-stack-module-cluster-eks](https://github.com/camptocamp/devops-stack-module-cluster-eks) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/camptocamp/devops-stack-module-cluster-eks/releases) - [Changelog](https://github.com/camptocamp/devops-stack-module-cluster-eks/blob/main/CHANGELOG.md) - [Commits](https://github.com/camptocamp/devops-stack-module-cluster-eks/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: eks::github::camptocamp/devops-stack-module-cluster-eks::v3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/eks/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/eks/main.tf b/examples/eks/main.tf index 372ba04821..41ae61f6be 100644 --- a/examples/eks/main.tf +++ b/examples/eks/main.tf @@ -24,7 +24,7 @@ module "vpc" { } module "eks" { - source = "git::https://github.com/camptocamp/devops-stack-module-cluster-eks.git?ref=v3.2.0" + source = "git::https://github.com/camptocamp/devops-stack-module-cluster-eks.git?ref=v3.3.0" cluster_name = local.cluster_name kubernetes_version = local.kubernetes_version