deps: update terraform-provider-stackit (#3462)

This commit is contained in:
Moritz Sanft 2024-10-29 19:03:19 +01:00 committed by GitHub
parent bff8bce88f
commit 7458d0e892
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 23 deletions

View file

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