terraform: update StackIT provider to v0.23.0 (#3232)

This commit is contained in:
Moritz Sanft 2024-07-04 11:34:24 +02:00 committed by GitHub
parent 74e0f44230
commit 9f28c62793
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 32 deletions

View file

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