Skip to content

Commit

Permalink
Merge pull request #873 from portefaix/renovate/exoscale-0.x
Browse files Browse the repository at this point in the history
Update Terraform exoscale to v0.54.1
  • Loading branch information
nlamirault authored Dec 7, 2023
2 parents 02bc6e0 + 78f4061 commit 3132805
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion terraform/exoscale/sks/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
exoscale = {
source = "exoscale/exoscale"
version = "0.54.0"
version = "0.54.1"
}
}
}
2 changes: 1 addition & 1 deletion terraform/exoscale/sks/modules/sks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
exoscale = {
source = "exoscale/exoscale"
version = "0.54.0"
version = "0.54.1"
}
}
}
2 changes: 1 addition & 1 deletion terraform/exoscale/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
exoscale = {
source = "exoscale/exoscale"
version = "0.54.0"
version = "0.54.1"
}
tfe = {
source = "hashicorp/tfe"
Expand Down

0 comments on commit 3132805

Please sign in to comment.