deps/terraform: bump scaleway/scaleway in /tests/terraform

Bumps [scaleway/scaleway](https://github.com/scaleway/terraform-provider-scaleway) from 2.38.2 to 2.40.0.
- [Release notes](https://github.com/scaleway/terraform-provider-scaleway/releases)
- [Changelog](https://github.com/scaleway/terraform-provider-scaleway/blob/master/CHANGELOG.md)
- [Commits](https://github.com/scaleway/terraform-provider-scaleway/compare/v2.38.2...v2.40.0)

---
updated-dependencies:
- dependency-name: scaleway/scaleway
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-22 15:41:42 +00:00 committed by GitHub
parent 1993064c55
commit e25948ecaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.38.2"
version = "2.40.0"
}
kubectl = {
source = "gavinbunney/kubectl"