Skip to content

Commit

Permalink
Merge pull request #777 from portefaix/renovate/scaleway-2.x
Browse files Browse the repository at this point in the history
Update Terraform scaleway to v2.31.0
  • Loading branch information
nlamirault authored Oct 25, 2023
2 parents b6313d6 + 3611308 commit b81c0af
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion terraform/scaleway/eso/modules/eso/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
scaleway = {
source = "scaleway/scaleway"
version = "2.30.0"
version = "2.31.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/scaleway/eso/sandbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.30.0"
version = "2.31.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/scaleway/kapsule/modules/kapsule/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
scaleway = {
source = "scaleway/scaleway"
version = "2.30.0"
version = "2.31.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/scaleway/kapsule/sandbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.30.0"
version = "2.31.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
scaleway = {
source = "scaleway/scaleway"
version = "2.30.0"
version = "2.31.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/scaleway/observability/sandbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.30.0"
version = "2.31.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/scaleway/registry/modules/registry/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.30.0"
version = "2.31.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/scaleway/registry/sandbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.30.0"
version = "2.31.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/scaleway/terraform-cloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.30.0"
version = "2.31.0"
}
tfe = {
source = "hashicorp/tfe"
Expand Down
2 changes: 1 addition & 1 deletion terraform/scaleway/vpc/modules/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.30.0"
version = "2.31.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/scaleway/vpc/sandbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.30.0"
version = "2.31.0"
}
}
}

0 comments on commit b81c0af

Please sign in to comment.