Skip to content

Commit

Permalink
Merge pull request #1192 from portefaix/renovate/scaleway-2.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform scaleway to v2.41.3
  • Loading branch information
nlamirault committed Jul 8, 2024
2 parents 07107d0 + 890e0fb commit 6b32538
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.39.0"
version = "2.41.3"
}
}
}
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.39.0"
version = "2.41.3"
}
}
}
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.39.0"
version = "2.41.3"
}
}
}
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.39.0"
version = "2.41.3"
}
}
}
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.39.0"
version = "2.41.3"
}
}
}
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.39.0"
version = "2.41.3"
}
}
}
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.39.0"
version = "2.41.3"
}
}
}
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.39.0"
version = "2.41.3"
}
}
}
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.39.0"
version = "2.41.3"
}
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.39.0"
version = "2.41.3"
}
}
}
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.39.0"
version = "2.41.3"
}
}
}

0 comments on commit 6b32538

Please sign in to comment.