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

Bumps [scaleway/scaleway](https://github.com/scaleway/terraform-provider-scaleway) from 2.31.0 to 2.34.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.31.0...v2.34.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] 2023-12-01 08:42:34 +00:00 committed by GitHub
parent aa3fd4edf8
commit e302578ea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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