Skip to content

Commit

Permalink
feat: scaleway provider upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ishtanzar committed Nov 6, 2024
1 parent 7cb0f08 commit ea018e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wm-infra/deploy/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.31.0"
version = "2.47.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion wm-infra/modules/main/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.31.0"
version = "2.47.0"
}

restapi = {
Expand Down

0 comments on commit ea018e3

Please sign in to comment.