Skip to content

Commit

Permalink
Update Terraform exoscale to v0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent df70ae9 commit 38e79c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.59.0"
}
}
}
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.59.0"
}
gitfile = {
source = "igal-s/gitfile"
Expand Down

0 comments on commit 38e79c1

Please sign in to comment.