deps: update Terraform dependencies (#3510)

* deps: update Terraform dependencies

* Update terraform lock files

Signed-off-by: Daniel Weiße <dw@edgeless.systems>

* Print module path for lockfile to be generated

Signed-off-by: Daniel Weiße <dw@edgeless.systems>

---------

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
renovate[bot] 2024-12-02 12:04:15 +01:00 committed by GitHub
parent 6bad8b9839
commit b652baa9c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
40 changed files with 607 additions and 540 deletions

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
stackit = {
source = "stackitcloud/stackit"
version = "0.33.2"
version = "0.35.0"
}
}
}