Skip to content

Commit

Permalink
Merge pull request #92 from appuio/renovate/exoscale-0.x
Browse files Browse the repository at this point in the history
Update Terraform exoscale to v0.62.3
  • Loading branch information
simu authored Jan 15, 2025
2 parents 77c9402 + f629c5e commit 07a4b26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lb.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "lb" {
source = "git::https://github.com/appuio/terraform-modules.git//modules/vshn-lbaas-exoscale?ref=v6.3.0"
source = "git::https://github.com/appuio/terraform-modules.git//modules/vshn-lbaas-exoscale?ref=v6.4.0"

exoscale_domain_name = exoscale_domain.cluster.name
cluster_network = {
Expand Down
2 changes: 1 addition & 1 deletion modules/node-group/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
exoscale = {
source = "exoscale/exoscale"
version = "0.55.0"
version = "0.62.3"
}
}
}
2 changes: 1 addition & 1 deletion provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
exoscale = {
source = "exoscale/exoscale"
version = "0.55.0"
version = "0.62.3"
}
gitfile = {
source = "igal-s/gitfile"
Expand Down

0 comments on commit 07a4b26

Please sign in to comment.