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.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](camptocamp/devops-stack-module-cluster-eks@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lentidas committed Aug 29, 2024
1 parent 55d4120 commit b6d0751
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.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
Expand Down

0 comments on commit b6d0751

Please sign in to comment.