Skip to content

Commit

Permalink
build(deps): bump aks::modern-gitops-stack-module-cluster-aks
Browse files Browse the repository at this point in the history
Bumps [aks::modern-gitops-stack-module-cluster-aks](https://github.com/GersonRS/modern-gitops-stack-module-cluster-aks) from 1.1.0 to 2.4.0.
- [Release notes](https://github.com/GersonRS/modern-gitops-stack-module-cluster-aks/releases)
- [Changelog](https://github.com/GersonRS/modern-gitops-stack-module-cluster-aks/blob/main/CHANGELOG.md)
- [Commits](GersonRS/modern-gitops-stack-module-cluster-aks@v1.1.0...v2.4.0)

---
updated-dependencies:
- dependency-name: aks::github::GersonRS/modern-gitops-stack-module-cluster-aks::v1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 6afad9f commit 698debb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "azurerm_virtual_network" "this" {
}

module "aks" {
source = "git::https://github.com/GersonRS/modern-gitops-stack-module-cluster-aks?ref=v1.1.0"
source = "git::https://github.com/GersonRS/modern-gitops-stack-module-cluster-aks?ref=v2.4.0"

cluster_name = local.cluster_name
base_domain = local.base_domain
Expand Down

0 comments on commit 698debb

Please sign in to comment.