terraform: update terraform provider STACKIT (#3007)

This commit is contained in:
Malte Poll 2024-04-02 17:17:17 +02:00 committed by GitHub
parent 3ebf66554f
commit 93441fe1ee
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.12.0"
version = "0.15.1"
}
}
}