Skip to content

Commit

Permalink
chore(deps): bump eks::devops-stack-module-cluster-eks in /examples/eks
Browse files Browse the repository at this point in the history
Bumps [eks::devops-stack-module-cluster-eks](https://github.com/camptocamp/devops-stack-module-cluster-eks) from 3.3.0 to 4.0.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](camptocamp/devops-stack-module-cluster-eks@v3.3.0...v4.0.0)

---
updated-dependencies:
- dependency-name: eks::github::camptocamp/devops-stack-module-cluster-eks::v3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent 2cb47d3 commit c08c533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module "vpc" {
}

module "eks" {
source = "git::https://github.com/camptocamp/devops-stack-module-cluster-eks.git?ref=v3.3.0"
source = "git::https://github.com/camptocamp/devops-stack-module-cluster-eks.git?ref=v4.0.0"

cluster_name = local.cluster_name
kubernetes_version = local.kubernetes_version
Expand Down

0 comments on commit c08c533

Please sign in to comment.