terraform: update terraform provider STACKIT (#3007)

This commit is contained in:
Malte Poll 2024-04-02 17:17:17 +02:00 committed by Daniel Weiße
parent 10c20f6f0b
commit 010323f890
No known key found for this signature in database
GPG key ID: 7DD3015F3DDE4B9C
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"
}
}
}