Skip to content

Commit

Permalink
Merge pull request #860 from portefaix/renovate/scaleway-2.x
Browse files Browse the repository at this point in the history
Update Terraform scaleway to v2.34.0
  • Loading branch information
nlamirault authored Dec 1, 2023
2 parents 62f63cc + 8048373 commit 63a21d3
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.33.0"
version = "2.34.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.33.0"
version = "2.34.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.33.0"
version = "2.34.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.33.0"
version = "2.34.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.33.0"
version = "2.34.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.33.0"
version = "2.34.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.33.0"
version = "2.34.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.33.0"
version = "2.34.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.33.0"
version = "2.34.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.33.0"
version = "2.34.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.33.0"
version = "2.34.0"
}
}
}

0 comments on commit 63a21d3

Please sign in to comment.